Skip to content

Instantly share code, notes, and snippets.

@MarvNC
Last active June 2, 2025 16:29
Show Gist options
  • Save MarvNC/e601f3603df22f36ebd3102c501116c6 to your computer and use it in GitHub Desktop.
Save MarvNC/e601f3603df22f36ebd3102c501116c6 to your computer and use it in GitHub Desktop.
How to Get Your Discord Token From the Browser Developer Console

How to Get Your Discord Token From the Browser Console

  • Open the browser console with F12 or Ctrl + Shift + I.
  • Go to the network tab
  • Filter by Fetch/XHR
  • Choose a request that isn't an error (if there aren't any, click on a channel or server to trigger some requests.)
  • You'll find your discord token under the request headers -> authorization section. Copy and paste it from there.

image

@Colmmmm
Copy link

Colmmmm commented May 1, 2025

ik this is old post, but is there any way to check it anymore? everytime i try, it says "Paused by debugger" or smth and i googled to try and fix it but doesnt work for discord website.

@MarvNC
Copy link
Author

MarvNC commented May 1, 2025

image
You might have one of these options ticked in the "sources" tab in dev tools. Turn it off and you should be fine.

@Colmmmm
Copy link

Colmmmm commented May 3, 2025

you are a fucking legend

@skiuyh
Copy link

skiuyh commented May 26, 2025

this is the worst way to grab it.

open devtools (ctrl+shift+i)

go to application > local storage > https://discord.com

then ctrl+shift+m to enable device emulation

^ all this is one time only

then look for token "urtoken"
Screenshot 2025-05-26 190332

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment