-
Notifications
You must be signed in to change notification settings - Fork 54
/
optimization_config.json
166 lines (166 loc) · 2.95 KB
/
optimization_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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
[
{
"filterId": 1,
"percent": 40,
"strict": true,
"comment": "AdGuard Russian filter"
},
{
"filterId": 2,
"percent": 30,
"strict": true,
"comment": "AdGuard Base filter"
},
{
"filterId": 4,
"percent": 65,
"minPercent": 40,
"static": true,
"strict": true,
"comment": "AdGuard Social Media filter"
},
{
"filterId": 6,
"percent": 45,
"strict": true,
"comment": "AdGuard German filter"
},
{
"filterId": 223,
"percent": 50,
"strict": true,
"comment": "AdGuard Chinese filter"
},
{
"filterId": 14,
"percent": 60,
"minPercent": 40,
"static": true,
"strict": true,
"comment": "AdGuard Annoyances filter"
},
{
"filterId": 16,
"percent": 45,
"minPercent": 30,
"strict": true,
"comment": "AdGuard French filter"
},
{
"filterId": 18,
"percent": 60,
"minPercent": 40,
"strict": true,
"comment": "AdGuard Cookie Notices filter"
},
{
"filterId": 19,
"percent": 60,
"minPercent": 40,
"strict": true,
"comment": "AdGuard Popups filter"
},
{
"filterId": 20,
"percent": 60,
"minPercent": 40,
"strict": true,
"comment": "AdGuard Mobile App Banners filter"
},
{
"filterId": 21,
"percent": 60,
"minPercent": 40,
"strict": true,
"comment": "AdGuard Other Annoyances filter"
},
{
"filterId": 22,
"percent": 60,
"minPercent": 40,
"strict": true,
"comment": "AdGuard Widgets filter"
},
{
"filterId": 101,
"percent": 65,
"minPercent": 40,
"strict": false,
"comment": "EasyList"
},
{
"filterId": 104,
"percent": 60,
"minPercent": 40,
"comment": "EasyList China"
},
{
"filterId": 113,
"percent": 30,
"strict": true,
"comment": "Liste FR"
},
{
"filterId": 118,
"percent": 45,
"minPercent": 20,
"strict": false,
"comment": "EasyPrivacy"
},
{
"filterId": 122,
"percent": 40,
"minPercent": 20,
"strict": true,
"comment": "Fanboy's Annoyances"
},
{
"filterId": 123,
"percent": 40,
"strict": true,
"comment": "Fanboy's Social Blocking List"
},
{
"filterId": 201,
"percent": 35,
"strict": true,
"comment": "Web Annoyances Ultralist"
},
{
"filterId": 213,
"percent": 45,
"strict": true,
"comment": "RU AdList: BitBlock"
},
{
"filterId": 219,
"percent": 45,
"strict": true,
"comment": "ChinaList+EasyList"
},
{
"filterId": 221,
"percent": 60,
"strict": false,
"comment": "Polish Social Filters"
},
{
"filterId": 237,
"percent": 60,
"strict": false,
"comment": "Polish Annoyances Filters"
},
{
"filterId": 241,
"percent": 45,
"strict": false,
"comment": "EasyList Cookie List"
},
{
"filterId": 250,
"percent": 45,
"minPercent": 5,
"strict": false,
"comment": "Dandelion Sprout's Annoyances List"
}
]