Update builded.user.js
Some checks are pending
Check syntax / check (push) Waiting to run

This commit is contained in:
Nova Cat 2025-01-04 20:08:11 -08:00
parent 564ee1e3f9
commit 89cbba753b

View file

@ -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");
})();