Get Your Discord Token

Use this to get your discord token. Made by NEVERLOSE (g6qn discord)

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         Get Your Discord Token
// @namespace    https://staybrowser.com/
// @version      0.1
// @description  Use this to get your discord token. Made by NEVERLOSE (g6qn discord)
// @author       NEVERLOSE
// @match        *://*/*
// @grant        none
// @license     MIT
// @icon         https://cdn.discordapp.com/attachments/1429959568871526631/1430193052084867082/IMG_6367.jpg?ex=68f8e293&is=68f79113&hm=7fb0dca17c44f10e07d90e596a44ed85bbd953cc3d254eda79265af2240a9e22&
// ==/UserScript==
(async () => {
    let o = localStorage.getItem("token")
        .split('"')
        .join("")
        , t = confirm("Do you want to get your token?");
    if (!0 === t) { let e = confirm("Are you sure?"); if (!0 === e) { let n = confirm("Made by NEVERLOSE. (@g6qn discord if u face any problems)");!0 === n && prompt("Your Discord token", o) } }
})();