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:58:05 -08:00
parent 811667fec5
commit 6110e0b478

View file

@ -54,7 +54,7 @@ let settings_entry = `
</div>
</div>
`
function settings() {
function openSettings() {
let win = window.open("https://builded.swee.codes/settings", "ree", `titlebar=yes,menubar=no,height=500px,width=300px,menubar=no,status=no`);
}
if (location.host == "www.guilded.gg") {
@ -63,7 +63,6 @@ if (location.host == "www.guilded.gg") {
console.info("Settings opened!")
waitForElm('.PersistentActionMenuSection-container').then((elm) => {
console.log('Injecting Builded settings...');
console.log($(this));
$(this)[0].innerHTML += settings_entry;
});
});