Skip to content

Instantly share code, notes, and snippets.

@agoston
Created September 28, 2015 13:19
Show Gist options
  • Save agoston/9b4fb865dee61b0eafaf to your computer and use it in GitHub Desktop.
Save agoston/9b4fb865dee61b0eafaf to your computer and use it in GitHub Desktop.
/ ==UserScript==
// @name Sysstate refresh disable
// @namespace horvath.agoston@gmail.com
// @include http*://sysstate.dev.bol.com/
// @version 1
// @grant none
// ==/UserScript==
window.addEventListener ("load", Greasemonkey_main, false);
function Greasemonkey_main () {
window.refresh = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment