Hide galleries based on flags, uploader, ongoing status. Displays a count notice.
Mint
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; /*────────────────────────────────────────────────────────────────────────────*/