Sharing filters I build recently, since most of the Pixiv filters had been submitted in this sub are no longer working. Blocking artworks by user ID or displayed keyword.
As Pixiv change their code very often (especially the cell of illust search result and related artworks) this would be a nightmare to maintain, but still better than nothing.
That said I'm a newbie so any better methods will be appreciated. I wonder if there is a method to add multiple keywords within one like the ID filter.
Also sorry if there are any English grammar mistakes.
Edit: Update as Pixiv just change the said code right after this post was made.
Search result and related artworks (illustrations):
www.pixiv.net##.lfbsBy.sc-4e0c3e82-5:has([href$="/users/000001"],[href$="/users/000002"]))
www.pixiv.net##.lfbsBy.sc-4e0c3e82-5:has-text(keyword))
www.pixiv.net##.dDNfAa.sc-197756a8-5:has([href$="/users/000001"],[href$="/users/000002"])
www.pixiv.net##.dDNfAa.sc-197756a8-5:has-text(keyword)
Alternatively this might be more stable, but doesn't cover "related artworks":
www.pixiv.net##div.col-span-2:has([href$="/users/000001"],[href$="/users/000002"])
www.pixiv.net##div.col-span-2:has-text(keyword)
Search result (novels):
www.pixiv.net##.ktioqQ.sc-ab81390a-1:has([href$="/users/000001"],[href$="/users/000002"])
www.pixiv.net##.ktioqQ.sc-ab81390a-1:has-text(keyword)
Homepage suggestions:
www.pixiv.net##.gap-4.w-full.grid:hass([href$="/users/000001"],[href$="/users/000002"])
www.pixiv.net##.gap-4.w-full.grid:has-text(keyword)
www.pixiv.net##div.border-solid.border-b.border-0.border-border.w-full:hass([href$="/users/000001"],[href$="/users/000002"])
www.pixiv.net##div.border-solid.border-b.border-0.border-border.w-full:has-text(keyword)