2025/04/03

Initial commit

Signed-off-by: Drunkoatmeal <no@thanks.com>
This commit is contained in:
Drunkoatmeal
2025-04-03 23:51:19 +07:00
commit bd52d178bc
9 changed files with 915 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# 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
## Development
```
$ deno task dev
```
## Deploy
Build production assets:
```
$ deno task build
```