Skip to content

Instantly share code, notes, and snippets.

@panozzaj
Created April 21, 2015 17:29
Show Gist options
  • Select an option

  • Save panozzaj/f0e7a2e82d29deb7037e to your computer and use it in GitHub Desktop.

Select an option

Save panozzaj/f0e7a2e82d29deb7037e to your computer and use it in GitHub Desktop.

Revisions

  1. panozzaj created this gist Apr 21, 2015.
    15 changes: 15 additions & 0 deletions gistfile1.js
    Original 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();