This commit is contained in:
parent
6c7d94f9c4
commit
21ab3fe5c1
1 changed files with 2 additions and 4 deletions
|
@ -23,11 +23,9 @@ function settings() {
|
|||
}
|
||||
if (location.host == "www.guilded.gg") {
|
||||
console.info("Guilded.GG detected.");
|
||||
$.initialize('select', function() {
|
||||
console.info($(this))
|
||||
if ($(this).classList.contains("DesktopOptionsControl-persistent-menu")) {
|
||||
$.initialize('.DesktopOptionsControl-persistent-menu', function() {
|
||||
console.info("Settings opened!")
|
||||
}
|
||||
console.info($(this))
|
||||
});
|
||||
} else {
|
||||
document.body.innerHTML += settings_HTML;
|
||||
|
|
Loading…
Reference in a new issue