Hide Specific Category
当前为
// ==UserScript==
// @description Hide Specific Category
// @name Hide Category on ABB Misc. Non-fiction
// @match http://audiobookbay.nl/*
// @match http://audiobookbay.fi/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @grant GM_addStyle
// @version 0.0.1.20180113112640
// @namespace https://greasyfork.org/users/166367
// ==/UserScript==
//- The @grant directive is needed to restore the proper sandbox.
$(".post").has (".postInfo:contains('Misc. Non-fiction')").hide ();