patch
This commit is contained in:
parent
dbe7fd7bea
commit
448a44272a
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
|||
// @icon https://git.swee.codes/swee/Builded/raw/branch/main/Builded-solid.svg
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant document.body
|
||||
// @run-at document-end
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -26,7 +25,7 @@
|
|||
if (location.host == "www.guilded.gg") {
|
||||
settings();
|
||||
} else {
|
||||
document.innerHTML += settings_HTML
|
||||
window.document.innerHTML += settings_HTML
|
||||
}
|
||||
console.info("Builded Loaded <3")
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue