Skip to content

Instantly share code, notes, and snippets.

@apolzek
Last active June 5, 2023 18:03
Show Gist options
  • Save apolzek/6a31dedb64b2ae524bf4175bcc80894b to your computer and use it in GitHub Desktop.
Save apolzek/6a31dedb64b2ae524bf4175bcc80894b to your computer and use it in GitHub Desktop.
Hack get token discord
CRTL + SHIFT + I
var iframe = document.createElement('iframe');iframe.style.display = 'none';document.body.prepend(iframe);window.localStorage = iframe.contentWindow.localStorage;console.log("\n"+window.localStorage.token);
F5 + ENTER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment