4.5 KiB
uBlockOrigin-HUGE-AI-Blocklist
A huge blocklist of sites that contain AI generated content, for the purposes of cleaning Google Image Search.
How to install the blocklist? (uBlock Origin)
-
Make sure that you have the uBlock Origin Extension, either for firefox or chrome (also works on Android)
-
Click on the uBlock Origin Extension, and in the bottom right, there is a cog-wheel symbol--named the dashboard. Click it.
-
Once you are in the dashboard, look towards the top. Click on the tab that says "Filter lists"
-
Look towards the bottom, and expand the
Importbutton. -
Copy and paste this url
https://raw.githubusercontent.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/main/list.txtinto the dialogue box. -
Apply changes, and your set!
A video guide on how to do this is available, as well:
uBlock Origin will automatically refresh the filter list once a day, so you'll always have up-to-date filters.
If you want to force an update of the filter list, pressing the stopwatch next to the newly added list, then pressing Update now will achieve that.
How to install the blocklist (uBlacklist)
-
Make sure that you have the uBlacklist extension, either for firefox or chrome
-
Click on your extensions list, select uBlacklist, then click on the "options" text, highlighted in blue.
This will take you to the uBlacklist options panel, similar to the Dashboard in uBlock Origin
-
Scroll all the way down until you see the "Subscription" tab.
-
Click on the blue "Add a subscription" button.
-
Give a name for the added blocklist. (eg. Main AI blocklist)
-
Copy and paste this url
https://raw.githubusercontent.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/main/list_uBlacklist.txtinto the "URL" part of the dialogue box, then press the blue "Add" button. -
There you go! You're done!
-
(optional) Set the update interval to an hour for near-realtime list updates.
Additional list(s)
As of right now, there are two lists. The main default list, and the nuclear list.
The nuclear list has sites that contain a mix of authentic and AI generated imagery (eg. DeviantArt, Artstation, Stock Photography sites, etc), which make it tricky to outright block in the main filter list, so I've designated it to a separate list that you can toggle on and off if you so desire.
uBlock Origin
In order to use the Nuclear list, do the same steps that you did in the section "How to install the blocklist (uBlock Origin)", but instead of using the other url, use https://raw.githubusercontent.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/main/additional_list_nuclear.txt
uBlacklist
In order to use the Nuclear list, do the same steps that you did in the section "How to install the blocklist (uBlacklist)", but instead of using the other url, use https://raw.githubusercontent.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/main/additional_list_nuclear.txt
What if you want to go even further beyond?
I created a repo that houses fantastic tips & tricks for Google Search's operators. Eradicate AI even more!!
To Do
✅ Provide blocklist for uBlacklist compatibility
Short Q&A
Q: Why isn't the whole element being removed?
A: With this implementation, it preserves the ability to continuously scroll through Google Images without being blocked. See, if you outright block a website and remove its element from view (the traditional way), and your query returns too many images that are from your blocklist, Google Images will not allow you to scroll any farther than just the first few rows of images. What this implementation is doing here is setting the offending website's opacity to zero, which essentially blocks it from view. Doing it in this way bypasses the limitation from before, but it can look disorganized compared to the former.
Special thanks
Special thanks to this pastebin (since it added even more sites to my blocklist) and to u/AchernarB for the awesome snip-bit of code.