Files
pixiv-artist-filter/README.md
Drunkoatmeal 385e18be96 2025/04/05
Initial release

Signed-off-by: Drunkoatmeal <no@thanks.com>
2025-04-05 23:44:36 +07:00

20 lines
441 B
Markdown

# 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
## Development
```
$ deno task dev
```
Build production assets:
```
$ deno task build
```