- Open developer tools in browser (if you using desktop app use Ctrl+Shift+I shortcut)
- Switch current tab to Console
- Write this code and press enter
// old, not working anymore
(webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken()
// new
iframe=document.createElement('iframe'),document.body.append(iframe),console.log('Your Discord token is %c%s','font-size:14px;',JSON.parse(iframe.contentWindow.localStorage.token)),iframe.remove()
It will print out your Discord token!
NICE