Undoable hiding based on tags, title keywords, and uploader name.
Ekde
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 │ flag hiding │ ├────────────────────┼──────────────────────────┼──────────────────────────────┤ │ edit "var blocked" │ edit "var hidePixiv" │ flag tags with #FF0000 │ │ case insensitive │ edit "var hideOngoing" │ it will be hidden, but can │ │ format: │ edit "var hidePortfolio" │ be toggled as desired │ │ ['user1','user2'] │ format: │ │ │ │ true/false │ │ └────────────────────┴──────────────────────────┴─────────────────────────────*/ var softHiding = false; //default to fading-out galleries, instead of hiding var blocked = []; //blocked uploaders var hidePixiv = false; //pixiv art dumps var hideOngoing = false; //ongoing in title var hidePortfolio = false; //other artist dumps /*────────────────────────────────────────────────────────────────────────────*/