Update builded.user.js

This commit is contained in:
Nova Cat 2024-12-13 19:44:19 -08:00
parent be71613b8d
commit a257e8240e

View file

@ -23,7 +23,7 @@
'use strict';
// Your code here...
if (location.host == "www.guilded.gg") {
settings();
console.info("Guilded.GG detected.")
} else {
document.body.innerHTML += settings_HTML
}