This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 177
/
Copy pathgooreplacer.json
51 lines (51 loc) · 1.61 KB
/
gooreplacer.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
{
"createBy": "http://liujiacai.net/gooreplacer/",
"createAt": "Fri Feb 04 2022 00:00:00 GMT+0800 (China Standard Time)",
"rules": {
"ajax.googleapis.com": {
"dstURL": "ajax.loli.net",
"kind": "wildcard",
"enable": true
},
"fonts.googleapis.com": {
"dstURL": "fonts.loli.net",
"kind": "wildcard",
"enable": false
},
"themes.googleusercontent.com": {
"dstURL": "themes.loli.net",
"kind": "wildcard",
"enable": true
},
"google.com/recaptcha": {
"dstURL": "recaptcha.net/recaptcha",
"kind": "wildcard",
"enable": true
},
"fonts.gstatic.com": {
"dstURL": "gstatic.loli.net",
"kind": "wildcard",
"enable": false
},
"secure.gravatar.com": {
"dstURL": "gravatar.loli.net",
"kind": "wildcard",
"enable": true
},
"platform.twitter.com/widgets.js": {
"dstURL": "cdn.jsdelivr.net/gh/jiacai2050/gooreplacer@gh-pages/proxy/widgets.js",
"kind": "wildcard",
"enable": true
},
"apis.google.com/js/api.js": {
"dstURL": "cdn.jsdelivr.net/gh/jiacai2050/gooreplacer@gh-pages/proxy/api.js",
"kind": "wildcard",
"enable": true
},
"apis.google.com/js/plusone.js": {
"dstURL": "cdn.jsdelivr.net/gh/jiacai2050/gooreplacer@gh-pages/proxy/plusone.js",
"kind": "wildcard",
"enable": true
}
}
}