mirror of
https://github.com/minoplhy/Bromite-custom-adblock.git
synced 2024-11-13 07:06:56 +00:00
Ublock Stuff and remove Adblock
This commit is contained in:
parent
f2b8bce5b9
commit
3cd46cfce8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
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
|
Loading…
Reference in New Issue
Block a user