-
Star
(164)
You must be signed in to star a gist -
Fork
(77)
You must be signed in to fork a gist
-
-
Save m-Phoenix852/b47fffb0fd579bc210420cedbda30b61 to your computer and use it in GitHub Desktop.
| let token = "your token"; | |
| function login(token) { | |
| setInterval(() => { | |
| document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"` | |
| }, 50); | |
| setTimeout(() => { | |
| location.reload(); | |
| }, 2500); | |
| } | |
| login(token); |
.
javascript:(function () {location.reload();var i = document.createElement('iframe');document.body.appendChild(i);prompt('Here is your token', i.contentWindow.localStorage.token.replace(/'/g, ''));})();
@lenkabkhirmilenmalenkabku-dev for some reason it still just redirects me back to the login page
Hmmmm
bvxgjv
token
@tariq99043-svg thx bro it worked
recently been having issues trying to inject the token into the local storage manually under chromes dev tools, was only actually allowing me to sign in with the token if i toggled the device tool bar to mobile, but this code works perfectly instead of having to manually input it.
Ten la con cacc
Cc
waiting on any new methods.
waiting on any new methods.
waiting on any new methods.
waiting on any new methods.
waiting on any new methods.
waiting on any new methods.
waiting on any new methods.




token