Files
pixiv-artist-filter/dist/pixiv-artist-filter.meta.js
Drunkoatmeal 749049d1f6 2026/04/01
Adjust pixiv changes
2026-04-01 12:10:10 +07:00

17 lines
496 B
JavaScript

// ==UserScript==
// @name pixiv-artist-filter
// @description filter unwanted artists from pixiv results
// @version 0.0.2
// @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==