|
1 | 1 | // ==UserScript== |
2 | 2 | // @name Github 增强 - 高速下载 |
3 | | -// @version 1.6.5 |
| 3 | +// @version 1.6.6 |
4 | 4 | // @author X.I.U |
5 | 5 | // @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁) |
6 | 6 | // @match *://github.com/* |
|
45 | 45 | ['https://gh.api.99988866.xyz', '美国 1'], |
46 | 46 | ['https://github.91chifun.workers.dev', '美国 2'], |
47 | 47 | ['https://gh.xiu2.xyz', '美国 3'], |
48 | | - ['https://gh.argv.cc', '美国 4'], |
| 48 | + ['https://github.rc1844.workers.dev', '美国 4'], |
49 | 49 | ['https://pd.zwc365.com/seturl', '美国 5'], |
50 | | - ['https://git.yumenaka.net', '美国 6'], |
51 | 50 | ['https://download.fastgit.org', '日本'], |
52 | 51 | ['https://ghproxy.com', '韩国'] |
53 | 52 | ], |
|
64 | 63 | ['https://raw.githubusercontent.com', 'Github 原生',''], |
65 | 64 | ['https://cdn.jsdelivr.net','中国国内', '注意:该加速源存在缓存机制(24小时),所以文件可能不是最新。 注意:当前分支所有文件总文件大小超过 50MB 时,该加速源不可用。 注意:当前分支名为版本号格式时(如 v1.2.3),该高速下载链接因格式限制不可用。'], |
66 | 65 | ['https://raw.fastgit.org','中国香港', '注意:单个文件太大时可能会提示超时(实时获取中),请重试。'], |
67 | | - ['https://cdn.staticaly.com','日本东京', '注意:该加速是全球 Anycast CDN,国内一般分配到日本节点。'], |
68 | | - ['https://ghproxy.com','韩国首尔', ''] |
| 66 | + ['https://cdn.staticaly.com','日本东京', '注意:该加速是全球 Anycast CDN,国内一般分配到日本节点。'] |
69 | 67 | ], |
70 | 68 | svg = [ |
71 | 69 | '<svg class="octicon octicon-file-zip mr-2" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true"><path fill-rule="evenodd" d="M3.5 1.75a.25.25 0 01.25-.25h3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h2.086a.25.25 0 01.177.073l2.914 2.914a.25.25 0 01.073.177v8.586a.25.25 0 01-.25.25h-.5a.75.75 0 000 1.5h.5A1.75 1.75 0 0014 13.25V4.664c0-.464-.184-.909-.513-1.237L10.573.513A1.75 1.75 0 009.336 0H3.75A1.75 1.75 0 002 1.75v11.5c0 .649.353 1.214.874 1.515a.75.75 0 10.752-1.298.25.25 0 01-.126-.217V1.75zM8.75 3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM6 5.25a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5A.75.75 0 016 5.25zm2 1.5A.75.75 0 018.75 6h.5a.75.75 0 010 1.5h-.5A.75.75 0 018 6.75zm-1.25.75a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM8 9.75A.75.75 0 018.75 9h.5a.75.75 0 010 1.5h-.5A.75.75 0 018 9.75zm-.75.75a1.75 1.75 0 00-1.75 1.75v3c0 .414.336.75.75.75h2.5a.75.75 0 00.75-.75v-3a1.75 1.75 0 00-1.75-1.75h-.5zM7 12.25a.25.25 0 01.25-.25h.5a.25.25 0 01.25.25v2.25H7v-2.25z"></path></svg>', |
|
145 | 143 | _html = `<div style="${divDisplay}">`; |
146 | 144 |
|
147 | 145 | for (let i=0;i<download_url.length;i++){ |
148 | | - if (download_url[i][0] === 'https://download.fastgit.org') { |
| 146 | + console.log(download_url[i][0]) |
| 147 | + if (download_url[i][0] === 'https://download.fastgit.org' || download_url[i][0] === 'https://github.rc1844.workers.dev') { |
149 | 148 | url[i] = download_url[i][0] + href[1] |
150 | 149 | } else { |
151 | 150 | url[i] = download_url[i][0] + '/' + _this.href |
|
170 | 169 | _html = `<div style="${divDisplay}justify-content: flex-end;">`; |
171 | 170 |
|
172 | 171 | for (let i=0;i<download_url.length;i++){ |
173 | | - if (download_url[i][0] === 'https://download.fastgit.org') { |
| 172 | + console.log(download_url[i][0]) |
| 173 | + if (download_url[i][0] === 'https://download.fastgit.org' || download_url[i][0] === 'https://github.rc1844.workers.dev') { |
174 | 174 | url[i] = download_url[i][0] + href[1] |
175 | 175 | } else { |
176 | 176 | url[i] = download_url[i][0] + '/' + _this.href |
|
295 | 295 | url = [ |
296 | 296 | raw_url[1][0] + '/gh' + href.replace('/blob/','@'), |
297 | 297 | raw_url[2][0] + href2, |
298 | | - raw_url[3][0] + '/gh' + href.replace('/blob/','/'), |
299 | | - raw_url[4][0] + '/' + raw_url[0][0] + href2 |
| 298 | + raw_url[3][0] + '/gh' + href.replace('/blob/','/') |
300 | 299 | ], |
301 | 300 | _html = ``; |
302 | 301 | for (let i=0;i<url.length;i++) { |
|
0 commit comments