Skip to content

Instantly share code, notes, and snippets.

@panozzaj
Created April 21, 2015 17:29
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 panozzaj/f0e7a2e82d29deb7037e to your computer and use it in GitHub Desktop.
Save panozzaj/f0e7a2e82d29deb7037e to your computer and use it in GitHub Desktop.
Block StackExchange distracting content
// ==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();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment