-
Notifications
You must be signed in to change notification settings - Fork 1
/
Redirector.json
110 lines (110 loc) · 4.27 KB
/
Redirector.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
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2022-02-14T12:26:31.665Z",
"redirects": [
{
"description": "ajax.googleapis.com to cdn.bootcdn.net",
"exampleUrl": "http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js",
"exampleResult": "http://cdn.bootcdn.net/ajax/libs/jquery/1.7.1/jquery.min.js",
"error": null,
"includePattern": "*ajax.googleapis.com/ajax/libs/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "$1cdn.bootcdn.net/ajax/libs/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"stylesheet",
"script"
]
},
{
"description": "cdnjs.cloudflare.com to cdn.bootcdn.net",
"exampleUrl": "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css",
"exampleResult": "https://cdn.bootcdn.net/ajax/libs/font-awesome/5.13.0/css/all.min.css",
"error": null,
"includePattern": "*cdnjs.cloudflare.com/ajax/libs/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "$1cdn.bootcdn.net/ajax/libs/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"stylesheet",
"script"
]
},
{
"description": "gravatar to qiniu-avatar",
"exampleUrl": "https://www.gravatar.com/avatar/1f7c2885d44708decaf1cd31c617d4da?s=32&d=identicon&r=PG",
"exampleResult": "https://dn-qiniu-avatar.qbox.me/avatar/1f7c2885d44708decaf1cd31c617d4da?s=32&d=identicon&r=PG",
"error": null,
"includePattern": "*www.gravatar.com*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "$1dn-qiniu-avatar.qbox.me$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"image"
]
},
{
"description": "github.com to github.com.cnpmjs.org",
"exampleUrl": "https://github.com/user/repo//",
"exampleResult": "https://github.saobby.my.eu.org.cnpmjs.org/user/repo",
"error": null,
"includePattern": "https?:\\/\\/github\\.com\\/([^/]+)\\/([^/]+)\\/\\/$",
"excludePattern": "",
"patternDesc": "\"https://github.com/user/repo\" end with '//'",
"redirectUrl": "https://github.saobby.my.eu.org.cnpmjs.org/$1/$2",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "github.com to hub.fastgit.org",
"exampleUrl": "https://github.com/user/repo/",
"exampleResult": "https://hub.fastgit.org/user/repo",
"error": null,
"includePattern": "https?:\\/\\/github\\.com\\/([^/]+)\\/([^/]+)\\/$",
"excludePattern": "",
"patternDesc": "\"https://github.com/user/repo\" end with '/'",
"redirectUrl": "https://hub.fastgit.org/$1/$2",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "jump to gitpod",
"exampleUrl": "https://github.com/user/repo?gitpod",
"exampleResult": "https://gitpod.io/#https://github.com/user/repo",
"error": null,
"includePattern": "https://github.com/*/*?gitpod",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://gitpod.io/#https://github.com/$1/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
}
]
}