Created
August 20, 2015 17:59
-
-
Save Tiny-Giant/513be997e94054cf7360 to your computer and use it in GitHub Desktop.
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 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