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:40:44 -08:00
parent f4385d3b5c
commit ade90dd53c

View file

@ -24,7 +24,7 @@ function settings() {
if (location.host == "www.guilded.gg") { if (location.host == "www.guilded.gg") {
console.info("Guilded.GG detected."); console.info("Guilded.GG detected.");
$.initialize('select', function() { $.initialize('select', function() {
if ($(this).classlist.conains("DesktopOptionsControl-persistent-menu")) { if ($(this).classlist.contains("DesktopOptionsControl-persistent-menu")) {
console.info("Settings opened!") console.info("Settings opened!")
} }
}); });