From 72564817a9dad8463c767425b6732d1df2a90cd0 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 27 Aug 2021 11:50:41 +0700 Subject: [PATCH] Add GNUZILLA and Fanboy CookieMonster --- filters-list.txt | 2 ++ lazy-converter.txt | 2 +- wget-all-filters.txt | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/filters-list.txt b/filters-list.txt index da5df46..95c55d9 100644 --- a/filters-list.txt +++ b/filters-list.txt @@ -13,6 +13,8 @@ https://github.com/uBlockOrigin/uAssets/raw/master/filters/annoyances.txt https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters-2020.txt https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters-2021.txt https://github.com/uBlockOrigin/uAssets/raw/master/filters/privacy.txt +https://gnuzilla.gnu.org/filters/blacklist.txt +https://secure.fanboy.co.nz/fanboy-cookiemonster.txt # Specific Country diff --git a/lazy-converter.txt b/lazy-converter.txt index 4fa8c24..de178d8 100644 --- a/lazy-converter.txt +++ b/lazy-converter.txt @@ -1,4 +1,4 @@ ./ruleset_converter --input_format=filter-list \ --output_format=unindexed-ruleset \ - --input_files=yoyo.txt,fanboy-social.txt,fanboy-annoyance.txt,antiadblockfilters.txt,easylist.txt,filter_2_English.txt,easylist-thailand.txt,easyprivacy.txt,brave-unbreak.txt,ublock-filters.txt,unlock-rbu.txt,abuse_recent_ch.txt,ublock_annoyances.txt,ublock_filters2020.txt,ublock_filters2021.txt,ublock_privacy.txt \ + --input_files=yoyo.txt,fanboy-social.txt,fanboy-annoyance.txt,antiadblockfilters.txt,easylist.txt,filter_2_English.txt,easylist-thailand.txt,easyprivacy.txt,brave-unbreak.txt,ublock-filters.txt,unlock-rbu.txt,abuse_recent_ch.txt,ublock_annoyances.txt,ublock_filters2020.txt,ublock_filters2021.txt,ublock_privacy.txt,gnuzilla.txt,Fanboy-cookie.txt \ --output_file=filters.dat diff --git a/wget-all-filters.txt b/wget-all-filters.txt index 07e8f38..f3ae112 100644 --- a/wget-all-filters.txt +++ b/wget-all-filters.txt @@ -12,4 +12,6 @@ wget -O abuse_recent_ch.txt https://urlhaus.abuse.ch/downloads/text_recent/ wget -O ublock_annoyances.txt https://github.com/uBlockOrigin/uAssets/raw/master/filters/annoyances.txt wget -O ublock_filters2020.txt https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters-2020.txt wget -O ublock_filters2021.txt https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters-2021.txt -wget -O ublock_privacy.txt https://github.com/uBlockOrigin/uAssets/raw/master/filters/privacy.txt \ No newline at end of file +wget -O ublock_privacy.txt https://github.com/uBlockOrigin/uAssets/raw/master/filters/privacy.txt +wget -O gnuzilla.txt https://gnuzilla.gnu.org/filters/blacklist.txt +wget -O Fanboy-cookie.txt https://secure.fanboy.co.nz/fanboy-cookiemonster.txt \ No newline at end of file