-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3df009c
Showing
4 changed files
with
412 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.grs.config.js | ||
npm-debug.log | ||
.DS_Store | ||
/release/ | ||
/debug/ | ||
/dist/ | ||
/esm | ||
/cjs | ||
/docs | ||
/config | ||
tmp | ||
coverage | ||
package-lock.json | ||
yarn.lock | ||
yarn-error.log | ||
pnpm-lock.yaml | ||
.pnpm-debug.log | ||
node_modules | ||
build | ||
eslintWhitelist.json | ||
tsCheckWhiteList.json | ||
.nyc_output | ||
.husky/post-commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2019 renxia<lzwy0820@qq.com, https://lzw.me> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# vm-gh-proxy-cn | ||
|
||
GitHub 访问代理助手。一个适合中国大陆用户使用的浏览器油猴脚本。 | ||
|
||
## 注意:请不要在镜像网站登录账号,若因此造成任何损失本人概不负责 | ||
|
||
## 主要功能 | ||
|
||
- 为源码`文件`添加加速代理链接浮动按钮。 | ||
- 为仓库生成加速 `clone` 地址的可选项。 | ||
- 为 `release` 附件生成加速下载的链接可选项。 | ||
- more... | ||
|
||
## 安装 | ||
|
||
首先,你应确保浏览器已安装油猴扩展 [violentmonkey](https://violentmonkey.github.io/get-it/)。 | ||
|
||
然后在浏览器地址栏输入如下地址,即可进行本脚本的安装: | ||
|
||
```txt | ||
https://ghproxy.com/lzwme/vm-gh-proxy-cn/blob/main/gh-proxy.js | ||
``` | ||
|
||
## 相关参考 | ||
|
||
感谢以下开源仓库的工作。本脚本参考了其中部分仓库的相关逻辑。 | ||
|
||
- https://github.com/du33169/gh-proxy-buttons | ||
- https://github.com/RC1844/FastGithub |
Oops, something went wrong.