Update userbadges.js
Signed-off-by: AvaLilac <amyshimplays@gmail.com>
This commit is contained in:
parent
61d3ca0fbe
commit
d94e02e42c
1 changed files with 2 additions and 2 deletions
|
|
@ -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});
|
||||
|
||||
})();
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue