Get Your Discord Token

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==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) } }
})();