Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name reload monitor
- // @namespace rradb
- // @include https://build.merproject.org/project/monitor/*
- // @version 1
- // @grant none
- // ==/UserScript==
- setTimeout(function(){ location.reload(); }, 10*1000);
Advertisement
Add Comment
Please, Sign In to add comment