mirror of
https://github.com/minoplhy/Bromite-custom-adblock.git
synced 2025-04-03 21:47:59 +00:00
Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
8b9cf66140 | ||
|
72564817a9 | ||
|
b483741813 | ||
|
3cd46cfce8 | ||
|
f2b8bce5b9 | ||
|
32742c4530 | ||
|
69755050bd | ||
|
c9f7a0bdf0 | ||
|
2b54ae1e8e | ||
|
11f154eb8c | ||
|
df3ba188c8 | ||
|
dc53da9ea9 | ||
|
d4b0647eb7 |
@ -1 +0,0 @@
|
||||
|
62812
Filters/filters.dat
62812
Filters/filters.dat
File diff suppressed because it is too large
Load Diff
10
README.md
10
README.md
@ -1,9 +1,3 @@
|
||||
# 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)
|
||||
# Repo OUTPUT is Available on [minoplhy/filters](https://github.com/minoplhy/filters)
|
||||
|
||||
[codeberg.org](https://codeberg.org/DoulpaGllo/Bromite-custom-adblock)
|
||||
# [Bromite-custom-adblock](https://www.bromite.org/custom-filters)
|
@ -2,12 +2,20 @@ 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://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/easylist.txt
|
||||
https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_2_English/filter.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
|
||||
|
@ -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_adservers.txt,easylist_specific_block.txt,easylist_general_hide.txt,easylist-thailand.txt,easyprivacy.txt,brave-unbreak.txt,ublock-filters.txt,unlock-rbu.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
|
||||
|
@ -1,11 +1,17 @@
|
||||
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://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://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-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
|
Loading…
x
Reference in New Issue
Block a user