2025/04/05

Initial release

Signed-off-by: Drunkoatmeal <no@thanks.com>
This commit is contained in:
Drunkoatmeal
2025-04-05 23:44:36 +07:00
parent 80ddc9133c
commit 385e18be96
8 changed files with 261 additions and 11 deletions

17
dist/pixiv-artist-filter.meta.js vendored Normal file
View File

@ -0,0 +1,17 @@
// ==UserScript==
// @name pixiv-artist-filter
// @description filter unwanted artists from pixiv results
// @version 0.0.1
// @namespace noproompter
// @match https://www.pixiv.net/*
// @noframes
// @run-at document-start
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
// @grant unsafeWindow
// @grant GM.setValue
// @grant GM.addStyle
// @grant GM.getValue
// @grant GM.addElement
// ==/UserScript==