Skip to content

Instantly share code, notes, and snippets.

@kimmoli
Created May 1, 2017 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimmoli/4e35004bd4a13ae7fdc918d8101ce2fd to your computer and use it in GitHub Desktop.
Save kimmoli/4e35004bd4a13ae7fdc918d8101ce2fd to your computer and use it in GitHub Desktop.
// ==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