Skip to content

Instantly share code, notes, and snippets.

@scribblemaniac
Created February 18, 2017 03:21
Show Gist options
  • Select an option

  • Save scribblemaniac/1b2255dc533a21f9c3825f1ee4cef672 to your computer and use it in GitHub Desktop.

Select an option

Save scribblemaniac/1b2255dc533a21f9c3825f1ee4cef672 to your computer and use it in GitHub Desktop.
Refreshes the main UoPeople page to stay logged in
// ==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