Skip to content

Instantly share code, notes, and snippets.

@gartnera
Created April 18, 2015 19:36
Show Gist options
  • Save gartnera/e520980692b099aced14 to your computer and use it in GitHub Desktop.
Save gartnera/e520980692b099aced14 to your computer and use it in GitHub Desktop.
OWA Keep Alive
// ==UserScript==
// @name OWA Keep Alive
// @namespace agartner.com
// @include https://webmail.dsu.edu/owa/
// @version 1
// @grant none
// ==/UserScript==
setInterval(function(){onUserActivity()}, 600000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment