gaber-elsayed

Join account with Token

Jun 7th, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. (function() {
  2. window.t = "Token account here"
  3. window.localStorage = document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage;
  4. window.setInterval(() => window.localStorage.token = `"${window.t}"`);
  5. window.location.reload();
  6. })();
Add Comment
Please, Sign In to add comment