Created
October 1, 2015 18:28
-
-
Save mogsdad/4c1984eca0274f5d3f8d to your computer and use it in GitHub Desktop.
I don't enjoy the Help and Improvement review queue on SO, so I don't want to see it anymore!
This file contains 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 zapHelpAndImrovement | |
// @namespace zapHelpAndImrovement | |
// @description Suppress the Help and Improvement review queue | |
// @include http://stackoverflow.com/review | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
$('div').has('a[href="/review/helper"]').closest('.dashboard-item').remove(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment