# [Install](https://gittea.dev/soberoatmeal/pixiv-artist-filter/raw/branch/master/dist/pixiv-artist-filter.user.js) ## Pixiv - artist filter userscript ### Background In the age of image noises and slops, It's getting more crucial to filter your search results manually by blocking some user's posts, but pixiv with all of his wisdom decides to hide it behind a premium feature with 500 blocked user limit. This userscript essentially add that feature ### Features - Add/Remove artist filer - Manage artist filters ### Usage - Search something on pixiv - Hover over the artist you want to hide until you see a profile dialog - Press "Filter" to apply it - Refresh page to view the effect To manage the filter list, click "Artist Filter" to view/undo artists you hide. ## Development ``` $ deno task dev ``` Build: ``` $ deno task build ```