Add Adguard Stuff

This commit is contained in:
unknown 2021-08-22 11:07:53 +07:00
parent c9f7a0bdf0
commit 69755050bd
3 changed files with 9 additions and 1 deletions

View File

@ -9,6 +9,10 @@ https://raw.githubusercontent.com/brave/adblock-lists/master/brave-unbreak.txt
https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters.txt
https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resource-abuse.txt
https://urlhaus.abuse.ch/downloads/text_recent/
https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_3_Spyware/filter.txt
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
# Specific Country
https://raw.githubusercontent.com/easylist-thailand/easylist-thailand/master/subscription/easylist-thailand.txt

View File

@ -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 \
--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 \
--output_file=filters.dat

View File

@ -9,3 +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 https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_14_Annoyances/filter.txt