insert in a different way

This commit is contained in:
Nova Cat 2024-11-16 14:04:23 -08:00
parent 9490dbd960
commit dbe7fd7bea

View file

@ -26,7 +26,7 @@
if (location.host == "www.guilded.gg") { if (location.host == "www.guilded.gg") {
settings(); settings();
} else { } else {
document.body.insertAdjacentHTML('beforeend', settings_HTML) document.innerHTML += settings_HTML
} }
console.info("Builded Loaded <3") console.info("Builded Loaded <3")
})(); })();