mirror of
https://github.com/minoplhy/Bromite-custom-adblock.git
synced 2024-11-10 21:56:55 +00:00
Add GNUZILLA and Fanboy CookieMonster
This commit is contained in:
parent
b483741813
commit
72564817a9
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
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
|
Loading…
Reference in New Issue
Block a user