Advertisement
Guest User

Untitled

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