Token Fetcher
discord · no login required

Grabs your token directly from Discord's running web app — no credentials entered, no network requests. Works on desktop & iOS.

1

Open Discord & log in

Click the button below to open discord.com in a new tab.

2

Open the console

Desktop: Press F12 (or Cmd+Option+J on Mac) → Console tab.

iOS Safari: Use the bookmarklet in step 4 instead.

3

Paste & run this

Paste into the console and hit Enter. Your token prints immediately.

webpackChunkdiscord_app.push([[Math.random()],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]);m.find(m=>m?.exports?.default?.getToken).exports.default.getToken()
4

iOS — bookmarklet

Save any bookmark, edit its URL, paste this in. Tap it while on discord.com and a prompt shows your token.

javascript:(function(){var t=null;webpackChunkdiscord_app.push([[Math.random()],{},function(e){for(var c in e.c){var m=e.c[c];if(m&&m.exports&&m.exports.default&&m.exports.default.getToken){t=m.exports.default.getToken();break}}}]);t?prompt('Your Discord Token:',t):alert('Not found. Make sure you are on discord.com and logged in.');})();
Open Discord →

opens discord.com in a new tab

⚠ keep your token private Your token gives full access to your account. Never share it. Nothing is stored or transmitted by this page.