Advertisement
Guest User

Untitled

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