Skip to content

Instantly share code, notes, and snippets.

@mohammedh123
Created November 22, 2013 20:07
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 mohammedh123/7605978 to your computer and use it in GitHub Desktop.
Save mohammedh123/7605978 to your computer and use it in GitHub Desktop.
nadota ignore gm script
// ==UserScript==
// @name nadota enhanced ignore
// @namespace nadota.com
// @description completely hide ignored posts (instead of greyboxing)
// @include http://nadota.com/showthread.php*
// @version 1
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
// ==/UserScript==
(function()
{
$("<style type='text/css'>.postbitignored { display: none; }</style>").appendTo("head");
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment