This commit is contained in:
parent
da26c24ae8
commit
f4385d3b5c
1 changed files with 5 additions and 3 deletions
|
@ -23,9 +23,11 @@ function settings() {
|
|||
}
|
||||
if (location.host == "www.guilded.gg") {
|
||||
console.info("Guilded.GG detected.");
|
||||
jQuery(document).on('DOMNodeInserted','.line',function(){
|
||||
jQuery(this).myFunction();
|
||||
console.log("object added");})
|
||||
$.initialize('select', function() {
|
||||
if ($(this).classlist.conains("DesktopOptionsControl-persistent-menu")) {
|
||||
console.info("Settings opened!")
|
||||
}
|
||||
});
|
||||
} else {
|
||||
document.body.innerHTML += settings_HTML;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue