diff --git a/filters-list.txt b/filters-list.txt index c81c2cb..ccaccbe 100644 --- a/filters-list.txt +++ b/filters-list.txt @@ -13,6 +13,11 @@ https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/fil https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_17_TrackParam/filter.txt https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_10_Useful/filter.txt https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_14_Annoyances/filter.txt +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 + # Specific Country https://raw.githubusercontent.com/easylist-thailand/easylist-thailand/master/subscription/easylist-thailand.txt diff --git a/lazy-converter.txt b/lazy-converter.txt index a0e924e..4fa8c24 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,adguard-tracking.txt,adguard-urltracking.txt,adguard-self-promote.txt,adguard-annoyance.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 \ --output_file=filters.dat diff --git a/wget-all-filters.txt b/wget-all-filters.txt index fe54b5d..07e8f38 100644 --- a/wget-all-filters.txt +++ b/wget-all-filters.txt @@ -9,7 +9,7 @@ wget -O brave-unbreak.txt https://raw.githubusercontent.com/brave/adblock-lists/ wget -O ublock-filters.txt https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt wget -O unlock-rbu.txt https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resource-abuse.txt wget -O abuse_recent_ch.txt https://urlhaus.abuse.ch/downloads/text_recent/ -wget -O adguard-tracking.txt https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_3_Spyware/filter.txt -wget -O adguard-urltracking.txt https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_17_TrackParam/filter.txt -wget -O adguard-self-promote.txt https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_10_Useful/filter.txt -wget -O adguard-annoyance.txt https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_14_Annoyances/filter.txt \ No newline at end of file +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