Last active
June 5, 2023 18:03
-
-
Save apolzek/6a31dedb64b2ae524bf4175bcc80894b to your computer and use it in GitHub Desktop.
Hack get token discord
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CRTL + SHIFT + I | |
var iframe = document.createElement('iframe');iframe.style.display = 'none';document.body.prepend(iframe);window.localStorage = iframe.contentWindow.localStorage;console.log("\n"+window.localStorage.token); | |
F5 + ENTER | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment