This commit is contained in:
parent
de102531e0
commit
f3e7477e42
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ 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");})
|
||||
} else {
|
||||
document.body.innerHTML += settings_HTML;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue