laylavish / uBlockOrigin-HUGE-AI-Blocklist
- среда, 20 марта 2024 г. в 00:00:05
A huge blocklist of sites that contain AI generated content for uBlock Origin & uBlacklist.
A huge blocklist of sites (~850) that contain AI generated content, for the purposes of cleaning image search engines (Google Search, DuckDuckGo, and Bing) with uBlock Origin or uBlacklist.
If you have uBlock Origin installed, click this link to import the filter list in just a click! Quick and simple.
Make sure that you have the uBlock Origin Extension for Firefox, Chrome, or any browser that supports uBO (works on Android too!).
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 Import
button.
Copy and paste this URL into the dialogue box:
https://raw.githubusercontent.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/main/list.txt
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.
Make sure that you have the uBlacklist extension for Firefox, Chrome, or any browser that supports uBlacklist (works on Android too!).
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, and 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.txt
into 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.
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.
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
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/list_uBlacklist_nuclear.txt
If you find that you don't like a certain website being blocked, you can create an allowlist in your own personal uBlock Origin or uBlacklist filter list. Here's how to do it.
</>
through uBlock Origin's logger.Boom! Now it's allowlisted!
Or, if you don't want to go through that mumbo-jumbo, add this line in your filter list:
#@#a[href*="example.com"]:upward(div):style(opacity:0.00!important;)
Change "example.com" to the URL you want to allowlist. Copy & paste that in uBlock Origin's "My filters" list, and you're set!
@*://*.example.com/*
uBlock Origin's implementation is technically superior, as it allows you to continue scrolling even when tons of blocked websites are queried, since all it does is set the offending sites' opacity to 0 instead of using traditional blocking methods.
uBlacklist on the otherhand, blocks the queries outright--meaning if too many AI sites are in your image search results, you will not be able to scroll any further than the first 6 rows of images (seems to be exclusive to Google Images).
Although the latter is inferrior, it is a bit rare for that to happen, especially if you append operators such as -ai
in your query. Just keep that in mind (it may also be a bug on uBlacklist's part).
I created a repo that houses fantastic tips & tricks for Google Search's operators. Eradicate AI even more!
Not only that, but there are lots of lists you can subscribe to that will clean up the internet more, such as rjaus' awesome ublacklist subscription list
✅ Provide blocklist for uBlacklist compatibility
✅ Make blocklist work on other search engines such as DuckDuckGo and Bing (ew)
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.