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 /*───────────────────────────────────────────────────────────────────────────────*/