Created
April 21, 2015 17:29
-
-
Save panozzaj/f0e7a2e82d29deb7037e to your computer and use it in GitHub Desktop.
Revisions
-
panozzaj created this gist
Apr 21, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ // ==UserScript== // @name SO cleanup // @namespace panozzaj@gmail.com // @version 1 // @grant none // @include http://stackoverflow.com/* // @include https://stackoverflow.com/* // @include http://*.stackexchange.com/* // @include https://*.stackexchange.com/* // @require http://code.jquery.com/jquery-2.1.3.min.js // ==/UserScript== $('#hot-network-questions').hide(); $('#header').hide(); $('.community-bulletin').hide();