This commit is contained in:
parent
41c0ea464e
commit
00e5615043
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ if (location.host == "www.guilded.gg") {
|
||||||
console.info("Settings opened!")
|
console.info("Settings opened!")
|
||||||
waitForElm('.PersistentActionMenuSection-container').then((elm) => {
|
waitForElm('.PersistentActionMenuSection-container').then((elm) => {
|
||||||
console.log('Injecting Builded settings...');
|
console.log('Injecting Builded settings...');
|
||||||
|
print($(this))
|
||||||
$(this).innerHTML += settings_entry;
|
$(this).innerHTML += settings_entry;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue