Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Replace USTC with loli.net
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonawa authored Feb 5, 2022
1 parent d232b16 commit b520178
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gooreplacer 最初为解决国内无法访问 Google 资源(Ajax、API等)

> https://raw.githubusercontent.com/jiacai2050/gooreplacer/master/gooreplacer.gson
然后点击更新就好了,目前会重定向到[中科大的代理](https://lug.ustc.edu.cn/wiki/lug/services/revproxy)
然后点击更新就好了,目前会重定向到[loli.net的代理](https://u.sb/css-cdn/)
如果想自定义规则,可参考 [guides.md](doc/guides.md)。实用小技巧:
- [自动跳转知乎链接](doc/guides.md#自动跳转知乎链接)
- [防运营商劫持](doc/guides.md#防止运营商劫持)
Expand Down
23 changes: 9 additions & 14 deletions gooreplacer.gson
Original file line number Diff line number Diff line change
@@ -1,39 +1,34 @@
{
"createBy": "http://liujiacai.net/gooreplacer/",
"createAt": "Wed Dec 05 2018 21:53:22 GMT+0800 (China Standard Time)",
"createAt": "Fri Feb 04 2022 00:00:00 GMT+0800 (China Standard Time)",
"rules": {
"ajax.googleapis.com": {
"dstURL": "ajax.lug.ustc.edu.cn",
"dstURL": "ajax.loli.net",
"kind": "wildcard",
"enable": true
},
"fonts.googleapis.com": {
"dstURL": "fonts.lug.ustc.edu.cn",
"dstURL": "fonts.loli.net",
"kind": "wildcard",
"enable": false
},
"storage.googleapis.com": {
"dstURL": "storage-googleapis.lug.ustc.edu.cn",
"kind": "wildcard",
"enable": true
},
"gerrit.googlesource.com": {
"dstURL": "gerrit-googlesource.lug.ustc.edu.cn",
"themes.googleusercontent.com": {
"dstURL": "themes.loli.net",
"kind": "wildcard",
"enable": true
},
"themes.googleusercontent.com": {
"dstURL": "google-themes.lug.ustc.edu.cn",
"google.com/recaptcha": {
"dstURL": "recaptcha.net/recaptcha",
"kind": "wildcard",
"enable": true
},
"fonts.gstatic.com": {
"dstURL": "fonts-gstatic.lug.ustc.edu.cn",
"dstURL": "gstatic.loli.net",
"kind": "wildcard",
"enable": false
},
"secure.gravatar.com": {
"dstURL": "gravatar.lug.ustc.edu.cn",
"dstURL": "gravatar.loli.net",
"kind": "wildcard",
"enable": true
},
Expand Down

0 comments on commit b520178

Please sign in to comment.