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:55:37 -08:00
parent 41c0ea464e
commit 00e5615043

View file

@ -63,6 +63,7 @@ if (location.host == "www.guilded.gg") {
console.info("Settings opened!")
waitForElm('.PersistentActionMenuSection-container').then((elm) => {
console.log('Injecting Builded settings...');
print($(this))
$(this).innerHTML += settings_entry;
});
});