This commit is contained in:
parent
564ee1e3f9
commit
89cbba753b
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ function waitForElm(selector) {
|
|||
});
|
||||
});
|
||||
}
|
||||
(async () => {
|
||||
let settings_HTML = `
|
||||
<p>There are no features here... Want to suggest some <a target="_blank" class=link onclick="window.close()" href="https://discuss.swee.codes/c/10">here?</a> :3</p>
|
||||
`;
|
||||
|
@ -98,3 +99,4 @@ if (location.host == "www.guilded.gg") {
|
|||
document.body.innerHTML += settings_HTML;
|
||||
}
|
||||
console.info("Builded Loaded <3");
|
||||
})();
|
Loading…
Reference in a new issue