kimmoli

greasemonkey script to refresh OBS Monitor page

Dec 17th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // ==UserScript==
  2. // @name reload monitor
  3. // @namespace rradb
  4. // @include https://build.merproject.org/project/monitor/*
  5. // @version 1
  6. // @grant none
  7. // ==/UserScript==
  8.  
  9. setTimeout(function(){ location.reload(); }, 10*1000);
Advertisement
Add Comment
Please, Sign In to add comment