mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-08 07:17:27 +08:00
[+] Chusan Userbox Upgrade 3
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user