Update builded.user.js
Some checks are pending
Check syntax / check (push) Waiting to run

This commit is contained in:
Nova Cat 2025-01-03 22:46:05 -08:00
parent 6c7d94f9c4
commit 21ab3fe5c1

View file

@ -23,11 +23,9 @@ function settings() {
}
if (location.host == "www.guilded.gg") {
console.info("Guilded.GG detected.");
$.initialize('select', function() {
$.initialize('.DesktopOptionsControl-persistent-menu', function() {
console.info("Settings opened!")
console.info($(this))
if ($(this).classList.contains("DesktopOptionsControl-persistent-menu")) {
console.info("Settings opened!")
}
});
} else {
document.body.innerHTML += settings_HTML;