|
1 | 1 | // ==UserScript== |
2 | 2 | // @name Github 增强 - 高速下载 |
3 | | -// @version 1.2.9 |
| 3 | +// @version 1.3.0 |
4 | 4 | // @author X.I.U |
5 | 5 | // @description 高速下载 Clone、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁) |
6 | 6 | // @match *://github.com/* |
|
25 | 25 | fontColor = '#58A6FF'; |
26 | 26 | } |
27 | 27 | var download_url = [ |
28 | | - ['https://gh.con.sh','美国'], |
29 | | - ['https://gh.api.99988866.xyz','美国'], |
30 | | - ['https://download.fastgit.org','日本东京'], |
31 | | - ['https://pd.zwc365.com/seturl','中国香港'], |
32 | | - ['https://g.ioiox.com','中国香港'], |
33 | | - ['https://github.xiu2.xyz','中国香港'] |
34 | | - ], |
| 28 | + ['https://gh.con.sh','美国'], |
| 29 | + ['https://gh.api.99988866.xyz','美国'], |
| 30 | + ['https://download.fastgit.org','日本东京'], |
| 31 | + ['https://ghproxy.com/','韩国首尔'], |
| 32 | + ['https://pd.zwc365.com/seturl','中国香港'], |
| 33 | + ['https://github.xiu2.xyz','中国香港'] |
| 34 | + ], |
35 | 35 | clone_url = [ |
36 | 36 | 'https://hub.fastgit.org', |
37 | 37 | 'https://gitclone.com', |
|
0 commit comments