Skip to content

Instantly share code, notes, and snippets.

@Tiny-Giant
Created August 20, 2015 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tiny-Giant/513be997e94054cf7360 to your computer and use it in GitHub Desktop.
Save Tiny-Giant/513be997e94054cf7360 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name SO Hide system message
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @match http://*.stackoverflow.com/*
// @grant none
// ==/UserScript==
$('#system-message').hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment