mirror of
https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist.git
synced 2026-08-06 02:12:35 -04:00
[GH-ISSUE #10] Pixiv Support #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SaltSouls on GitHub (Mar 13, 2024).
Original GitHub issue: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/issues/10
Not sure how hard this would be, but Pixiv has an AI tag that this may be able to take advantage of in order to block said images/creators from showing that post AI images.
@MonoS commented on GitHub (May 26, 2024):
I did something similar using this other extension https://addons.mozilla.org/en-US/firefox/addon/man-in-the-middle/

You will need to create 5 rules like this
Hope it helps
@laylavish commented on GitHub (Jun 1, 2024):
I'm not sure if this is possible, since i'm pretty sure uBO only has access to CSS selectors, not to the actual page data like what Google or DuckDuckGo has. Using something like
-intext:"AI-generated"in your search query (for Google Search) actually crawls for webpages without the Pixiv tagAI-generated. Unfortunately I think this isn't possible with plain CSS selectors, as there is not enough information to do that with since information like tags and descriptions are usually truncated.Oh, I just realized that you mean on the actual pixiv site, not on search engines (or did you mean that?). Anyways, for the actual pixiv site, I dunno. Haven't looked into it yet. Will see tho!
@SaltSouls commented on GitHub (Jun 1, 2024):
Yeah I mean on the pixiv site itself, it has a full tag for AI-Generated images and the like.
I don't know if uBlock is able to take advantage of it, but I figure if it could, then it would be nice to filter out all the slop when searching for images there.
@laylavish commented on GitHub (Jun 19, 2024):
So I've looked into this a bit, and the closest thing to the tags pixiv has is the alt text, which can house tags. Problem is, is that alt text is user-specified; it isn't actually tied to the tags system at all. The tags do not appear in html (when searching for images, eg. scrolling homepage, search bar queries, etc), so uBlock can't take advantage of them. Pretty unfortunate.
I will say however that Pixiv does have an AI-generated content toggle in
Display settingsin your Pixiv settings, which would hide any AI content that is tagged withAI-generated. I could be wrong about this, but I believe the AI-generated content toggle is off by default, meaning that all AI slop should be hidden.@MonoS commented on GitHub (Jun 29, 2024):
I wrote a possible solution using another plugin, firefox only, it was hidden up until now as my account was being limited, so check the second comment https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/issues/10#issuecomment-2132380083