Created
February 18, 2017 03:21
-
-
Save scribblemaniac/1b2255dc533a21f9c3825f1ee4cef672 to your computer and use it in GitHub Desktop.
Refreshes the main UoPeople page to stay logged in
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 UoPeople Refresh | |
| // @namespace com.deptuck.connor | |
| // @include https://my.uopeople.edu/ | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| setTimeout((function() { window.location.reload(true); }), 60 * 60 * 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment