Skip to content

Instantly share code, notes, and snippets.

@mogsdad
Created October 1, 2015 18:28
Show Gist options
  • Save mogsdad/4c1984eca0274f5d3f8d to your computer and use it in GitHub Desktop.
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!
// ==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