Update userbadges.js

Signed-off-by: AvaLilac <amyshimplays@gmail.com>
This commit is contained in:
AvaLilac 2026-03-11 07:50:51 -04:00 committed by GitHub
parent 61d3ca0fbe
commit d94e02e42c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
if(window.__AVIA_PROFILE_BADGES__)return;
window.__AVIA_PROFILE_BADGES__=true;
const BADGE_URL="https://cdn.jsdelivr.net/gh/AvaLilac/AviaClientBadges@main/userbadgesbackend.js";
const BADGE_URL="https://raw.githubusercontent.com/AvaLilac/AviaClientBadges/refs/heads/main/userbadgesbackend.js";
let badgeData=null,loadingPromise=null;
@ -135,4 +135,4 @@ if(expanded)processProfile(expanded);
observer.observe(document.body,{childList:true,subtree:true});
})();
})();