This commit is contained in:
parent
811667fec5
commit
6110e0b478
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue