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") {
|
if (location.host == "www.guilded.gg") {
|
||||||
console.info("Guilded.GG detected.");
|
console.info("Guilded.GG detected.");
|
||||||
$.initialize('select', function() {
|
$.initialize('.DesktopOptionsControl-persistent-menu', function() {
|
||||||
|
console.info("Settings opened!")
|
||||||
console.info($(this))
|
console.info($(this))
|
||||||
if ($(this).classList.contains("DesktopOptionsControl-persistent-menu")) {
|
|
||||||
console.info("Settings opened!")
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
document.body.innerHTML += settings_HTML;
|
document.body.innerHTML += settings_HTML;
|
||||||
|
|
Loading…
Reference in a new issue