diff --git a/filters/other/filter_72_uBlockOriginHUGEAIBlocklist/configuration.json b/filters/other/filter_72_uBlockOriginHUGEAIBlocklist/configuration.json new file mode 100644 index 00000000000..60d10cf540d --- /dev/null +++ b/filters/other/filter_72_uBlockOriginHUGEAIBlocklist/configuration.json @@ -0,0 +1,21 @@ +{ + "name": "uBlock Origin - Huge AI Blocklist", + "description": "A huge blocklist of manually curated sites (1000+) that contain AI generated content, for the purposes of cleaning image search engines (Google Search, DuckDuckGo, and Bing).", + "homepage": "https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist", + "sources": [ + { + "name": "uBlock Origin - Huge AI Blocklist", + "source": "https://raw.githubusercontent.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/main/noai_hosts.txt", + "type": "hosts", + "transformations": [ + "Validate" + ] + } + ], + "transformations": [ + "RemoveComments", + "Deduplicate", + "Compress", + "RemoveEmptyLines" + ] +} \ No newline at end of file diff --git a/filters/other/filter_72_uBlockOriginHUGEAIBlocklist/metadata.json b/filters/other/filter_72_uBlockOriginHUGEAIBlocklist/metadata.json new file mode 100644 index 00000000000..72f03edf0f5 --- /dev/null +++ b/filters/other/filter_72_uBlockOriginHUGEAIBlocklist/metadata.json @@ -0,0 +1,15 @@ +{ + "filterKey": "ublockorigin_huge_ai_blocklist", + "filterId": 72, + "groupId": 2, + "name": "uBlock Origin - Huge AI Blocklist", + "description": "A huge blocklist of manually curated sites that contain AI generated imagery for uBlock Origin & uBlacklist.", + "timeAdded": 1760365486000, + "homepage": "https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist", + "expires": "4 days", + "displayNumber": 4, + "environment": "dev", + "tags": [ + "purpose:other" + ] +}