Advertisement
Nolifeq

`F5 U TUNII

Sep 15th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. // ==UserScript==
  2. // @name `F5 U TUNII
  3. // @version 1.00
  4. // @author Czogi
  5. // @grant none
  6. // @match *://*.margonem.pl/
  7. // @exclude https://www.margonem.pl/
  8. // ==/UserScript==
  9.  
  10. var t;
  11. var oldParse = parseInput;
  12. parseInput = (a,b,c)=>{
  13. if(isset(a['town']))if([353].includes(a.town.id))t = setTimeout(()=>{document.location.reload();},30000); else clearTimeout(t);
  14. oldParse(a,b,c)
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement