Skip to content

Instantly share code, notes, and snippets.

@MarvNC
MarvNC / get-discord-token-from-browser.md
Last active June 2, 2025 16:29
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