您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Hide galleries based on flags, uploader, ongoing status. Displays a count notice.
当前为
About
Real gallery hiding for e-hentai.org and exhentai.org.
By default this script only hides flagged galleries, but like, actually hides them. No stupid empty placeholder.
Features
Configuration
Edit variables at top of script to add your blocked uploaders, and enable the optional features.
/*───────────────────┐ │ CONFIGURATION │ ├────────────────────┼──────────────────────────┬──────────────────────────────┐ │ uploader hiding │ title hiding │ flag hiding │ ├────────────────────┼──────────────────────────┼──────────────────────────────┤ │ edit "var blocked" │ edit "var hidePixiv" │ needs tag flagging hath perk │ │ case insensitive │ edit "var hideOngoing" │ fully hides, no placeholder │ │ format: │ edit "var hidePortfolio" │ │ │ ['user1','user2'] │ format: │ │ │ │ true/false │ │ └────────────────────┴──────────────────────────┴─────────────────────────────*/ var blocked = []; var hidePixiv = false; var hideOngoing = false; var hidePortfolio = false; /*────────────────────────────────────────────────────────────────────────────*/