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:57:21 -08:00
parent 0c60068b44
commit 811667fec5

View file

@ -64,7 +64,7 @@ if (location.host == "www.guilded.gg") {
waitForElm('.PersistentActionMenuSection-container').then((elm) => {
console.log('Injecting Builded settings...');
console.log($(this));
$(this).innerHTML += settings_entry;
$(this)[0].innerHTML += settings_entry;
});
});
} else {