Logging into a Discord Account via Token (in Browser)


1. Open your browser.

2. Go to discord.com/login

3. Press F12 (or Ctrl + Shift + I).

4. Select the "Console" tab, scroll to the bottom, and paste the code below.

5. Replace the word "TOKEN" with your actual token and press ENTER.


function login(token) { setInterval(() => { document.body.appendChild(document.createElement('iframe')).contentWindow.localStorage.token = `"${token}"`; }, 50); setTimeout(() => { location.reload(); }, 2500); } login('TOKEN');

(?) If pasting is blocked, type «allow pasting» in the console first.



Buy Discord tokens on the main page of our website.