-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
128 lines (128 loc) · 3.92 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"configs": [
{
"name": "EasyList",
"url": "https://easylist.to/easylist/easylist.txt"
},
{
"name": "EasyList Cookie List",
"url": "https://secure.fanboy.co.nz/fanboy-cookiemonster.txt"
},
{
"name": "EasyPrivacy",
"url": "https://easylist.to/easylist/easyprivacy.txt"
},
{
"name": "Fanboy's Annoyance List",
"url": "https://secure.fanboy.co.nz/fanboy-annoyance.txt"
},
{
"name": "Fanboy's Social Blocking List",
"url": "https://easylist.to/easylist/fanboy-social.txt"
},
{
"name": "ABPindo",
"url": "https://raw.githubusercontent.com/heradhis/indonesianadblockrules/master/subscriptions/abpindo.txt"
},
{
"name": "ABPVN List",
"url": "https://abpvn.com/filter/abpvn-IPl6HE.txt"
},
{
"name": "Bulgarian list",
"url": "http://stanev.org/abp/adblock_bg.txt"
},
{
"name": "Dandelion Sprout's Nordic Filters",
"url": "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/NorwegianExperimentalList%20alternate%20versions/NordicFiltersABP-Inclusion.txt"
},
{
"name": "EasyList China",
"url": "https://easylist-downloads.adblockplus.org/easylistchina.txt"
},
{
"name": "EasyList Czech and Slovak",
"url": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt"
},
{
"name": "EasyList Dutch",
"url": "https://easylist-downloads.adblockplus.org/easylistdutch.txt"
},
{
"name": "EasyList Germany",
"url": "https://easylist.to/easylistgermany/easylistgermany.txt"
},
{
"name": "EasyList Hebrew",
"url": "https://raw.githubusercontent.com/easylist/EasyListHebrew/master/EasyListHebrew.txt"
},
{
"name": "EasyList Italy",
"url": "https://easylist-downloads.adblockplus.org/easylistitaly.txt"
},
{
"name": "EasyList Lithuania",
"url": "https://raw.githubusercontent.com/EasyList-Lithuania/easylist_lithuania/master/easylistlithuania.txt"
},
{
"name": "EasyList Polish",
"url": "https://easylist-downloads.adblockplus.org/easylistpolish.txt"
},
{
"name": "EasyList Portuguese",
"url": "https://easylist-downloads.adblockplus.org/easylistportuguese.txt"
},
{
"name": "EasyList Spanish",
"url": "https://easylist-downloads.adblockplus.org/easylistspanish.txt"
},
{
"name": "IndianList",
"url": "https://easylist-downloads.adblockplus.org/indianlist.txt"
},
{
"name": "KoreanList",
"url": "https://easylist-downloads.adblockplus.org/koreanlist.txt"
},
{
"name": "Latvian List",
"url": "https://raw.githubusercontent.com/Latvian-List/adblock-latvian/master/lists/latvian-list.txt"
},
{
"name": "Liste AR",
"url": "https://easylist-downloads.adblockplus.org/Liste_AR.txt"
},
{
"name": "Liste FR",
"url": "https://easylist-downloads.adblockplus.org/liste_fr.txt"
},
{
"name": "ROList",
"url": "https://www.zoso.ro/pages/rolist.txt"
},
{
"name": "RU AdList",
"url": "https://easylist-downloads.adblockplus.org/advblock.txt"
},
{
"name": "Adblock Warning Removal List",
"url": "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt"
},
{
"name": "EasyList without element hiding",
"url": "https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt"
},
{
"name": "EasyList without rules for adult sites",
"url": "https://easylist-downloads.adblockplus.org/easylist_noadult.txt"
},
{
"name": "EasyPrivacy without rules for international domains",
"url": "https://easylist-downloads.adblockplus.org/easyprivacy_nointernational.txt"
},
{
"name": "AdGuard DNS Filter",
"url": "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt"
}
]
}