New method (contributed by youyoumu)
- Open the browser console with
F12orCtrl + 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');
console.log(
'Token: %c%s',
'font-size:16px;',
JSON.parse(document.body.appendChild(iframe).contentWindow.localStorage.token)
);
iframe.remove();Alternatively, you can just go to the Application tab, then Local Storage, and find the token key under https://discord.com/ after you have enabled mobile device emulation.
Click to expand
- Open the browser console with
F12orCtrl + 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->authorizationsection. Copy and paste it from there.

Btw guys I also made a python script which find ur token form just email, password and authorisation code. But now problem is discord update it self so now you can't find token form this script which have authorisation code. But stil you can use this and get token on both pc/mobile ( terminal/Termux ) using just email and password. For now i can Only do this much but in future i try to add new discord authorities code support if possible.
You Can Have My Script Form My GitHub Account. It's name is Discord-Token-Grabber.
https://github.com/CODER-X-69/Discord-Token-Grabber