Get Your Discord Token

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

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

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

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

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.

(Zateb bir user-style yöneticim var, yükleyeyim!)

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