Discord Get Your Token

Get your Discord token

< Feedback on Discord Get Your Token

Review: Good - script works

§
Posted: 16.06.2025

There are no async operations so it's completely unecessary, you can just write the code in one line:

prompt("Your Discord token:", localStorage.getItem("token")?.replaceAll('"', ""));

Post reply

Sign in to post a reply.