Update builded.user.js
Some checks are pending
Check syntax / check (push) Waiting to run

This commit is contained in:
Nova Cat 2025-01-03 22:27:47 -08:00
parent de102531e0
commit f3e7477e42

View file

@ -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;
}