Skip to content

Instantly share code, notes, and snippets.

View Hollowen-rocks's full-sized avatar

Hollo Hollowen-rocks

View GitHub Profile
@MarvNC
MarvNC / get-discord-token-from-browser.md
Last active July 27, 2026 10:59
How to Get Your Discord Token From the Browser Developer Console

How to Get Your Discord Token From the Browser Console

  1. Open the browser developer tools (F12 or Ctrl + Shift + I) and click the Console tab.
  2. Paste the following code into the console and press Enter:
(w=webpackChunkdiscord_app).push([[Symbol()],{},o=>{try{Object.values(o.c).some(e=>e.exports?.setToken&&(w.t=e.exports.getToken()))}catch{}}]),w.t

(Contributed by @Risim-hanse)