Skip to content

Instantly share code, notes, and snippets.

@pp0236
Created May 20, 2022 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pp0236/8d6bd4c342a8cd8d221e5c72b2b21d8d to your computer and use it in GitHub Desktop.
Save pp0236/8d6bd4c342a8cd8d221e5c72b2b21d8d to your computer and use it in GitHub Desktop.
get current discord token
window.dispatchEvent(new Event("beforeunload"));
console.clear() // clear discord "hold up" thing
console.log(document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token)
// put script above in console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment