Skip to content

Instantly share code, notes, and snippets.

@MarvNC
MarvNC / get-discord-token-from-browser.md
Last active October 17, 2025 20:17
How to Get Your Discord Token From the Browser Developer Console

How to Get Your Discord Token From the Browser Console

New method (contributed by youyoumu)

  • Open the browser console with F12 or Ctrl + Shift + I.
  • Enable mobile device emulation with Ctrl + Shift + M.
  • Paste the following code into the console and press Enter:
const iframe = document.createElement('iframe');