diff --git a/README.md b/README.md index 8906f3a..5cedec2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,23 @@ -# Pixiv - artist filter userscript +# [Install](https://gittea.dev/soberoatmeal/pixiv-artist-filter/raw/branch/master/dist/pixiv-artist-filter.user.js) -## Background +## 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 -## Install +### 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 @@ -13,7 +25,7 @@ This userscript essentially add that feature $ deno task dev ``` -Build production assets: +Build: ``` $ deno task build