[+] Chusan Userbox Upgrade 3

This commit is contained in:
Raymond
2025-03-30 16:45:32 -04:00
committed by Azalea
parent 07e5d0e983
commit 24a6efa2c7
4 changed files with 154 additions and 0 deletions

View File

@@ -40,6 +40,16 @@
}
let path = window.location.pathname;
if ((new Date().getDate() == 1
&& new Date().getMonth() == 3
&& localStorage.getItem("token")))
{
const s = document.createElement("link");
s.href = "/assets/chu/aqua.css";
s.rel = "stylesheet";
document.head.appendChild(s);
}
</script>
<nav>