Created
May 1, 2017 18:24
-
-
Save kimmoli/4e35004bd4a13ae7fdc918d8101ce2fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name reload monitor | |
// @namespace rradb | |
// @include https://build.merproject.org/project/monitor/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
setTimeout(function(){ location.reload(); }, 10*1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment