diff --git a/builded.user.js b/builded.user.js index 2719b1e..672187d 100644 --- a/builded.user.js +++ b/builded.user.js @@ -24,7 +24,8 @@ function settings() { if (location.host == "www.guilded.gg") { console.info("Guilded.GG detected."); $.initialize('select', function() { - if ($(this).classlist.contains("DesktopOptionsControl-persistent-menu")) { + console.info($(this)) + if ($(this).classList.contains("DesktopOptionsControl-persistent-menu")) { console.info("Settings opened!") } });