- Open the browser console with
F12
orCtrl + 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.
-
-
Save MarvNC/e601f3603df22f36ebd3102c501116c6 to your computer and use it in GitHub Desktop.
very good
Bro where do i use this
thanks for help! that's exactly what i needed
How can i do it on mobil?
you can't do this on mobile, or only if you can get developer tools, otherwise use a laptop/PC
Thanks, i try this laptop.
k
nice
rlly nice
ty goat
no fetch/xhr,
can you send a screenshot showing what your issue is?
ik this is old post, but is there any way to check it anymore? everytime i try, it says "Paused by debugger" or smth and i googled to try and fix it but doesnt work for discord website.
you are a fucking legend
this is the worst way to grab it.
open devtools (ctrl+shift+i)
go to application > local storage > https://discord.com
then ctrl+shift+m to enable device emulation
^ all this is one time only
This one works by pasting this in dev console.
Make sure to enable mobile emulation first
const iframe = document.createElement("iframe");
console.log(
"Token: %c%s",
"font-size:16px;",
JSON.parse(
document.body.appendChild(iframe).contentWindow.localStorage.token,
),
);
iframe.remove();
i can't FIND ITTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT