From 6c7d94f9c492a75462b961afbe6065edf970420d Mon Sep 17 00:00:00 2001 From: swee Date: Fri, 3 Jan 2025 22:43:45 -0800 Subject: [PATCH] Update builded.user.js --- builded.user.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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!") } });