This commit is contained in:
Nova Cat 2024-11-16 14:06:33 -08:00
parent dbe7fd7bea
commit 448a44272a

View file

@ -10,7 +10,6 @@
// @icon https://git.swee.codes/swee/Builded/raw/branch/main/Builded-solid.svg // @icon https://git.swee.codes/swee/Builded/raw/branch/main/Builded-solid.svg
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant document.body
// @run-at document-end // @run-at document-end
// ==/UserScript== // ==/UserScript==
@ -26,7 +25,7 @@
if (location.host == "www.guilded.gg") { if (location.host == "www.guilded.gg") {
settings(); settings();
} else { } else {
document.innerHTML += settings_HTML window.document.innerHTML += settings_HTML
} }
console.info("Builded Loaded <3") console.info("Builded Loaded <3")
})(); })();