Compare commits

..

No commits in common. "main" and "sync1" have entirely different histories.
main ... sync1

6 changed files with 62828 additions and 23 deletions

1
Filters/.ignoreplz Normal file
View File

@ -0,0 +1 @@

62812
Filters/filters.dat Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
# Repo OUTPUT is Available on [minoplhy/filters](https://github.com/minoplhy/filters)
# As of Jan 30, 2021, this repo will not update frequency as I have a UP-TO-DATE solution for filters.
[Exoscale-CDN](https://noblt.sos-ch-dk-2.exoscale-cdn.com/bromite-filters/filters.dat)
# [Bromite-custom-adblock](https://www.bromite.org/custom-filters)
~~Please Use "Main" Branch for lastest version
For Older Version please look at Branch~~
# Mirror / Fork
[notabug.org](https://notabug.org/lottanorta/Bromite-custom-adblock)
[codeberg.org](https://codeberg.org/DoulpaGllo/Bromite-custom-adblock)

View File

@ -2,20 +2,12 @@ https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus;showintro=0
https://easylist.to/easylist/fanboy-social.txt
https://secure.fanboy.co.nz/fanboy-annoyance.txt
https://easylist-downloads.adblockplus.org/antiadblockfilters.txt
https://easylist.to/easylist/easylist.txt
https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_2_English/filter.txt
https://raw.githubusercontent.com/easylist/easylist/master/easylist/easylist_adservers.txt
https://raw.githubusercontent.com/easylist/easylist/master/easylist/easylist_specific_block.txt
https://raw.githubusercontent.com/easylist/easylist/master/easylist/easylist_specific_hide.txt
https://easylist.to/easylist/easyprivacy.txt
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://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
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,ublock_annoyances.txt,ublock_filters2020.txt,ublock_filters2021.txt,ublock_privacy.txt,gnuzilla.txt,Fanboy-cookie.txt \
--input_files=yoyo.txt,fanboy-social.txt,fanboy-annoyance.txt,antiadblockfilters.txt,easylist_adservers.txt,easylist_specific_block.txt,easylist_general_hide.txt,easylist-thailand.txt,easyprivacy.txt,brave-unbreak.txt,ublock-filters.txt,unlock-rbu.txt \
--output_file=filters.dat

View File

@ -1,17 +1,11 @@
wget -O yoyo.txt https://pgl.yoyo.org/adservers/serverlist.php?hostformat=adblockplus;showintro=0.txt
wget https://easylist.to/easylist/fanboy-social.txt & wget https://secure.fanboy.co.nz/fanboy-annoyance.txt
wget https://easylist-downloads.adblockplus.org/antiadblockfilters.txt
wget https://easylist.to/easylist/easylist.txt
wget -O filter_2_English.txt https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_2_English/filter.txt
wget https://raw.githubusercontent.com/easylist/easylist/master/easylist/easylist_adservers.txt
wget https://raw.githubusercontent.com/easylist/easylist/master/easylist/easylist_specific_block.txt
wget https://raw.githubusercontent.com/easylist/easylist/master/easylist/easylist_general_hide.txt
wget https://raw.githubusercontent.com/easylist-thailand/easylist-thailand/master/subscription/easylist-thailand.txt
wget -O easyprivacy.txt https://easylist.to/easylist/easyprivacy.txt
wget -O brave-unbreak.txt https://raw.githubusercontent.com/brave/adblock-lists/master/brave-unbreak.txt
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 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 gnuzilla.txt https://gnuzilla.gnu.org/filters/blacklist.txt
wget -O Fanboy-cookie.txt https://secure.fanboy.co.nz/fanboy-cookiemonster.txt