-
Notifications
You must be signed in to change notification settings - Fork 299
/
Header_Editor_rule.json
445 lines (445 loc) · 11.4 KB
/
Header_Editor_rule.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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
{
"request": [
{
"enable": true,
"name": "FT中文网--全文阅读",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https?://(cn\\.ft|www\\.ftchinese)\\.com(/story/\\d+).*",
"exclude": "full=y",
"isFunction": false,
"action": "redirect",
"to": "http://cn.ft.com$2?full=y&archive",
"code": "val = val.replace(/#.+$/,'');\nreturn val.includes('full=y') ? val :\nval.lastIndexOf('?')>9 ? val + '&full=y' : val + '?full=y';",
"group": "重定向",2
"_exclude": {}
},
{
"enable": true,
"name": "google",
"ruleType": "redirect",
"matchType": "url",
"pattern": "https://www.gg.com/",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "https://www.google.com.hk/",
"group": "快捷网址"
},
{
"enable": true,
"name": "gmail",
"ruleType": "redirect",
"matchType": "url",
"pattern": "https://www.g.com/",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "https://mail.google.com/mail/#inbox",
"group": "快捷网址"
},
{
"enable": true,
"name": "github",
"ruleType": "redirect",
"matchType": "url",
"pattern": "https://www.gi.com/",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "https://github.com/",
"group": "快捷网址"
},
{
"enable": true,
"name": "知乎、掘金链接重定向",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https?://link\\.(?:zhihu\\.com|juejin\\.im)/\\?target=([^&]+)$",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "$1",
"group": "重定向"
},
{
"enable": true,
"name": "豆瓣去跳转",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https://www\\.douban\\.com/link\\d/\\?url=([^&]+)",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "$1",
"group": "重定向"
},
{
"enable": true,
"name": "QQ图片",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https?://[^/]+?\\.qq\\.com/image\\?.*imageUrl=(.+)",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "$1",
"group": "重定向"
},
{
"enable": true,
"name": "嘻哈网显示大图片",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https://image\\.haha\\.mx/(.+)/middle/(.+)$",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "https://image.haha.mx/$1/big/$2",
"group": "重定向"
},
{
"enable": false,
"name": "google fonts >> 极客族",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https?://fonts\\.googleapis\\.com/(.*)$",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "https://fonts.geekzu.org/$1",
"group": "重定向"
},
{
"enable": true,
"name": "Wiki繁体 >> 简体",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https?://zh\\.wikipedia\\.org/zh-\\w+/(.*)$",
"exclude": "https://zh.wikipedia.org/zh-cn/",
"isFunction": false,
"action": "redirect",
"to": "https://zh.wikipedia.org/zh-cn/$1",
"group": "重定向",
"_exclude": {}
},
{
"enable": true,
"name": "古诗文网- 统一域名",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https?://(\\w+\\.gushiwen\\.)org/(.*)$",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "https://$1cn/$2",
"group": "重定向"
},
{
"enable": true,
"name": "谷歌重定向",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https://www\\.google\\.[^/]+/url\\?q=([^&]+)$",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "$1",
"group": "重定向"
},
{
"enable": false,
"name": "虎牙直播跳转移动页面",
"ruleType": "redirect",
"matchType": "regexp",
"pattern": "^https://www\\.huya\\.com/(\\w+)$",
"exclude": "",
"isFunction": false,
"action": "redirect",
"to": "https://m.huya.com/$1",
"group": "重定向"
}
],
"sendHeader": [
{
"name": "QQ反防盗链1",
"ruleType": "modifySendHeader",
"pattern": "^https?://\\w+\\.photo\\.store\\.qq\\.com/",
"action": {
"name": "referer",
"value": "http://user.qzone.qq.com/"
},
"matchType": "regexp",
"isFunction": false,
"enable": true,
"exclude": "",
"group": "反防盗链"
},
{
"name": "新浪图片反防盗链",
"ruleType": "modifySendHeader",
"pattern": "^https?://ss?\\d+.sinaimg.cn/",
"action": {
"name": "referer",
"value": "http://blog.sina.com.cn/"
},
"matchType": "regexp",
"isFunction": false,
"enable": true,
"exclude": "",
"group": "反防盗链"
},
{
"name": "百度反防盗链1",
"ruleType": "modifySendHeader",
"pattern": "imgsrc.baidu.com",
"action": {
"name": "referer",
"value": "http://tieba.baidu.com"
},
"matchType": "domain",
"isFunction": false,
"enable": true,
"exclude": "",
"group": "反防盗链"
},
{
"name": "百度反防盗链2",
"ruleType": "modifySendHeader",
"pattern": "^https?://(\\w\\.)?hiphotos\\.(bdimg|baidu)\\.com/",
"action": {
"name": "referer",
"value": "http://tieba.baidu.com"
},
"matchType": "regexp",
"isFunction": false,
"enable": true,
"exclude": "",
"group": "反防盗链"
},
{
"enable": false,
"name": "测试,不要启用:User-Agent加上HE/2.0.0",
"ruleType": "modifySendHeader",
"matchType": "all",
"pattern": "",
"exclude": "",
"isFunction": true,
"code": "for (let a in val) {\n\tif (val[a].name === 'User-Agent') {\n\t\tval[a].value += ' HE/2.0.0';\n\t\tbreak;\n\t}\n}",
"group": "未分组"
},
{
"enable": true,
"name": "QQ反防盗链2",
"ruleType": "modifySendHeader",
"matchType": "regexp",
"pattern": "^https?://\\w+\\.(qpic|qlogo)\\.cn/",
"exclude": "",
"isFunction": false,
"action": {
"name": "referer",
"value": ""
},
"group": "反防盗链"
},
{
"enable": true,
"name": "百度反防盗链3",
"ruleType": "modifySendHeader",
"matchType": "regexp",
"pattern": "^https?://img\\w*\\.bdstatic\\.com/",
"exclude": "",
"isFunction": false,
"action": {
"name": "referer",
"value": "http://tieba.baidu.com"
},
"group": "反防盗链"
},
{
"enable": false,
"name": "全局用户代理:iPhone",
"ruleType": "modifySendHeader",
"matchType": "prefix",
"pattern": "http",
"exclude": "",
"isFunction": false,
"action": {
"name": "user-agent",
"value": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16"
},
"group": "用户代理"
},
{
"enable": false,
"name": "全局用户代理:Firefox",
"ruleType": "modifySendHeader",
"matchType": "prefix",
"pattern": "http",
"exclude": "",
"group": "用户代理",
"isFunction": false,
"action": {
"name": "user-agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0"
}
},
{
"enable": false,
"name": "全局用户代理:Android",
"ruleType": "modifySendHeader",
"matchType": "prefix",
"pattern": "http",
"exclude": "",
"isFunction": false,
"action": {
"name": "user-agent",
"value": "Mozilla/5.0 (Linux; U; Android 2.0; en-us; Droid Build/ESD20) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17"
},
"group": "用户代理"
},
{
"enable": false,
"name": "全局用户代理:Safari",
"ruleType": "modifySendHeader",
"matchType": "prefix",
"pattern": "http",
"exclude": "",
"isFunction": false,
"action": {
"name": "user-agent",
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10; rv:48.0) Gecko/20100101 Firefox/48.0"
},
"group": "用户代理"
},
{
"enable": false,
"name": "全局用户代理:iPad",
"ruleType": "modifySendHeader",
"matchType": "prefix",
"pattern": "http",
"exclude": "",
"isFunction": false,
"action": {
"name": "user-agent",
"value": "Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25"
},
"group": "用户代理"
},
{
"enable": false,
"name": "全局用户代理:Google爬虫",
"ruleType": "modifySendHeader",
"matchType": "prefix",
"pattern": "http",
"exclude": "",
"isFunction": false,
"action": {
"name": "user-agent",
"value": "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
},
"group": "用户代理"
},
{
"enable": false,
"name": "全局用户代理:微信浏览器",
"ruleType": "modifySendHeader",
"matchType": "prefix",
"pattern": "http",
"exclude": "",
"isFunction": false,
"action": {
"name": "user-agent",
"value": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 MicroMessenger/6.5.2.501 NetType/WIFI WindowsWechat QBCore/3.43.901.400 QQBrowser/9.0.2524.400"
},
"group": "用户代理"
},
{
"enable": true,
"name": "手机版网页不跳转到桌面版",
"ruleType": "modifySendHeader",
"matchType": "regexp",
"pattern": "^https?://(m|wap|i|fm)\\.",
"exclude": "https://m.huya.com/",
"isFunction": false,
"action": {
"name": "user-agent",
"value": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16"
},
"group": "用户代理",
"_exclude": {}
},
{
"enable": true,
"name": "网易云音乐手机版",
"ruleType": "modifySendHeader",
"matchType": "prefix",
"pattern": "https://music.163.com/m/",
"exclude": "",
"isFunction": false,
"action": {
"name": "user-agent",
"value": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16"
},
"group": "用户代理"
},
{
"enable": true,
"name": "豆瓣FM手机版",
"ruleType": "modifySendHeader",
"matchType": "domain",
"pattern": "douban.fm",
"exclude": "",
"isFunction": false,
"action": {
"name": "user-agent",
"value": "Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16"
},
"group": "用户代理"
},
{
"enable": true,
"name": "88kan影视解析",
"ruleType": "modifySendHeader",
"matchType": "prefix",
"pattern": "https://vip.sp-flv.com:8443/?url=",
"exclude": "",
"isFunction": false,
"action": {
"name": "referer",
"value": "https://www.mgtvys.net/"
},
"group": "反防盗链"
},
{
"enable": true,
"name": "豆瓣电影海报",
"ruleType": "modifySendHeader",
"matchType": "regexp",
"pattern": "^https?://img\\d*\\.doubanio\\.com/",
"exclude": "",
"isFunction": false,
"action": {
"name": "referer",
"value": "https://www.douban.com"
},
"group": "反防盗链"
},
{
"enable": true,
"name": "金福影视解析",
"ruleType": "modifySendHeader",
"matchType": "prefix",
"pattern": "https://vip.jsjinfu.com:8443/?url=",
"exclude": "",
"isFunction": false,
"action": {
"name": "referer",
"value": "https://www.88mv.org/"
},
"group": "反防盗链"
}
],
"receiveHeader": [],
"receiveBody": []
}