Login to Discord account via token (in browser)

1. Open your browser.
icon
icon
3. Press F12 (or Ctrl + Shift + I).
4.
Select the “Console” tab, scroll to the very bottom and paste the code below. Replace the word “TOKEN” with your actual token and press ENTER.
img
img
img
function login(token) {
  setInterval(() => {
    document.body.appendChild(document.createElement('iframe')).contentWindow.localStorage.token = `"TOKEN"`;
  }, 50);
  setTimeout(() => {
    location.reload();
  }, 2500);
}
login("TOKEN");
Copy
(?) If the code doesn't paste, you need to write “allow pasting” in the console. Go to the Discord account store
Product payment
Payment verification