Undoable hiding based on tags, title keywords, and uploader name.
Fra
Works with March 2019 site update!
About By default this script only hides galleries flagged with #FF0000. Click button to toggle hiding and see the true, full, search results. Other features are optional.
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 /*────────────────────────────────────────────────────────────────────────────*/