Hide Category on ABB Sci-Fi

Hide Specific Category

  1. // ==UserScript==
  2. // @description Hide Specific Category
  3. // @name Hide Category on ABB Sci-Fi
  4. // @match http://audiobookbay.nl/*
  5. // @match https://audiobookbay.fi/*
  6. // @match https://audiobookbay.li/*
  7. // @match https://audiobookbay.lu/*
  8. // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
  9. // @grant GM_addStyle
  10. // @version 0.0.24
  11. // @namespace https://greasyfork.org/users/166367
  12. // ==/UserScript==
  13. //- The @grant directive is needed to restore the proper sandbox.
  14.  
  15. $(".post").has (".postInfo:contains('Sci-Fi')").hide ();