Update manyMoreThemes.js
This commit is contained in:
parent
42f0e2c043
commit
a4c2c1c2ee
|
|
@ -14,9 +14,9 @@ dependOn("betterSettings.js", () => {
|
||||||
const link = document.createElement("link");
|
const link = document.createElement("link");
|
||||||
link.rel = "stylesheet";
|
link.rel = "stylesheet";
|
||||||
link.type = "text/css";
|
link.type = "text/css";
|
||||||
link.href = "./mods/stardust.css";
|
link.href = "https://jayd-rubies.github.io/assets/css/stardust.css";
|
||||||
document.head.appendChild(link);
|
document.head.appendChild(link);
|
||||||
document.body.style.backgroundImage = 'url("./mods/2025_05_16_0x5_Kleki.png")';
|
document.body.style.backgroundImage = 'url("https://jayd-rubies.github.io/assets/image/2025_05_16_0x5_Kleki.png")';
|
||||||
document.body.style.backgroundSize = 'cover';
|
document.body.style.backgroundSize = 'cover';
|
||||||
window.addEventListener("load",function(){;
|
window.addEventListener("load",function(){;
|
||||||
document.querySelectorAll(".categoryButton").forEach(e => {
|
document.querySelectorAll(".categoryButton").forEach(e => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue