Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name `F5 U TUNII
- // @version 1.00
- // @author Czogi
- // @grant none
- // @match *://*.margonem.pl/
- // @exclude https://www.margonem.pl/
- // ==/UserScript==
- var t;
- var oldParse = parseInput;
- parseInput = (a,b,c)=>{
- if(isset(a['town']))if([353].includes(a.town.id))t = setTimeout(()=>{document.location.reload();},30000); else clearTimeout(t);
- oldParse(a,b,c)
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement