您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Undoable hiding based on tags, title keywords, and uploader name. Edit script to configure options.
Get Started
Features
Configuration Edit variables at top of script to add your blocked uploaders, and enable the optional features.
/*───────────────────┐ │ CONFIGURATION │ ├────────────────────┼──────────────────────────┬─────────────────────────────────┐ │ uploader hiding │ title hiding │ tag hiding │ ├────────────────────┼──────────────────────────┼─────────────────────────────────┤ │ edit "var blocked" │ edit "var hidePixiv" │ add tag to exhentai.org/mytags │ │ case insensitive │ edit "var hideOngoing" │ set colour to #FF0000 and keep | │ format: │ edit "var hidePortfolio" │ "hidden" unchecked. result: | │ ['user1','user2'] │ format: │ script can soft-hide and toggle | │ │ true/false │ hiding (except in minimal view) | └────────────────────┴──────────────────────────┴────────────────────────────────*/ var softHiding = false; //dim "hidden" galleries without removing from page var blocked = []; //list of blocked uploaders var hidePixiv = false; //pixiv art dumps var hideOngoing = false; //ongoing or wip galleries var hidePortfolio = false; //other artist dumps var hideMisc = false; //ai generated/textless/sample galleries /*───────────────────────────────────────────────────────────────────────────────*/