Hide Category on ABB Action

Hide Specific Category

当前为 2022-12-17 提交的版本,查看 最新版本

// ==UserScript==
// @description Hide Specific Category
// @name     Hide Category on ABB Action
// @match    http://audiobookbay.nl/*
// @match    https://audiobookbay.fi/*
// @match    https://audiobookbay.li/*
// @require  http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @grant    GM_addStyle
// @version 0.0.23
// @namespace https://greasyfork.org/users/166367
// ==/UserScript==
//- The @grant directive is needed to restore the proper sandbox.

$(".post").has (".postInfo:contains('Action')").hide ();