Skip to content

A simple bookmarklet that prompts for your Discord token, injects it into localStorage, and reloads the page to log you into the web app. For educational and personal use only.

Notifications You must be signed in to change notification settings

Maticcm/Discord-Token-Login-Bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Discord Token Login Bookmarklet (Educational Use Only)

⚠️ Disclaimer:

This project is for educational and personal testing purposes only.
It is not intended for misuse, unauthorized access, or any activity that violates Discord's Terms of Service.
Do NOT use this with any token other than your own.
Public distribution or use of this script for malicious purposes is strictly prohibited. You are responsible for how you use this β€” read and understand the code before running it.

πŸ“Œ What is this?

A simple bookmarklet that allows you to log into the web version of Discord using your account token.
It prompts you for a token and injects it into local storage, then reloads the page to log in.


🧠 How it Works

The script:

  1. Prompts for a Discord token.
  2. Injects the token into localStorage.
  3. Reloads the page to trigger login.

Method 1: Manual Bookmarklet

πŸš€ How to Use

  1. Copy the bookmarklet code.
  2. Create a new bookmark in your browser.
  3. Paste the code into the URL field of the bookmark.
  4. Go to https://discord.com/login.
  5. Click the bookmark.
  6. When prompted, enter/paste your Discord token.
  7. The page will reload and log you in.

Method 2: Drag-and-Drop

  1. Open this page in your browser.
  2. Drag the "Discord Token Login" button to your bookmarks bar.
  3. Go to https://discord.com/login.
  4. Click the bookmarklet and enter your token when prompted.

πŸ“Ž Bookmarklet Code

Paste this as the URL of a bookmark in your browser:

javascript:(function(){let t=prompt("Enter your Discord token:");if(!t)return;function login(token){setInterval(()=>{document.body.appendChild(document.createElement('iframe')).contentWindow.localStorage.token=`"${token}"`},50);setTimeout(()=>{location.reload()},2500)}login(t);})();

About

A simple bookmarklet that prompts for your Discord token, injects it into localStorage, and reloads the page to log you into the web app. For educational and personal use only.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages