|
3 | 3 | // @name:zh-CN Github 增强 - 高速下载 |
4 | 4 | // @name:zh-TW Github 增強 - 高速下載 |
5 | 5 | // @name:en Github Enhancement - High Speed Download |
6 | | -// @version 2.0.2 |
| 6 | +// @version 2.0.3 |
7 | 7 | // @author X.I.U |
8 | 8 | // @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁) |
9 | 9 | // @description:zh-CN 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁) |
|
43 | 43 | ['https://download.xn--p8jhe.tw', '美国', '[美国 圣何塞]', 'https://archive.xn--p8jhe.tw'], |
44 | 44 | ['https://git.yumenaka.net/https://github.com', '美国', '[美国 圣何塞]'], |
45 | 45 | //['https://github.do/https://github.com', '国内', '[中国 国内] - 该公益加速源由 [小麦云服] 提供'], |
46 | | - //['https://ghproxy.futils.com/https://github.com', '香港', '[中国 香港] - 该公益加速源由 [F 搜] 提供 - 缓存:无(或时间很短)'], |
| 46 | + ['https://ghproxy.futils.com/https://github.com', '香港', '[中国 香港] - 该公益加速源由 [F 搜] 提供(存在限速)'], |
47 | 47 | //['https://github.ddlc.love/https://github.com', '香港', '[中国 香港] - 该公益加速源由 [@mtr-static-official] 提供', ''], |
48 | 48 | ['https://download.fastgit.org', '日本', '[日本 东京] - 该公益加速源由 [FastGit] 提供', 'https://archive.fastgit.org'], |
49 | 49 | ['https://mirror.ghproxy.com/https://github.com', '日本', '[日本 东京] - 该公益加速源由 [ghproxy] 提供'], |
|
70 | 70 | ['https://raw.githubusercontent.com', 'Github 原生', '[日本 东京]'], |
71 | 71 | //['https://github.do/https://raw.githubusercontent.com', '国内', '[中国 国内] - 该公益加速源由 [小麦云服] 提供 - 缓存:有'], |
72 | 72 | ['https://ghproxy.futils.com/https://github.com', '香港 1', '[中国 香港] - 该公益加速源由 [F 搜] 提供 - 缓存:无(或时间很短)'], |
73 | | - ['https://raw.iqiq.io', '香港 2', '[中国 香港] - 该公益加速源由 [iQDNS/iQZone] 提供 - 缓存:无(或时间很短)'], |
| 73 | + ['https://ghproxy.fsofso.com/https://github.com', '香港 2', '[中国 香港] - 该公益加速源由 [F 搜] 提供 - 缓存:无(或时间很短)'], |
| 74 | + //['https://raw.iqiq.io', '香港 2', '[中国 香港] - 该公益加速源由 [iQDNS/iQZone] 提供 - 缓存:无(或时间很短)'], |
74 | 75 | //['https://hk1.monika.love', '香港 3', '[中国 香港] - 该公益加速源由 [@mtr-static-official] 提供 - 缓存:无(或时间很短)'], |
75 | 76 | //['https://ghproxy.com/https://raw.githubusercontent.com', '韩国', '[韩国 首尔] - 该公益加速源由 [ghproxy] 提供 - 缓存:无(或时间很短)'], |
76 | 77 | ['https://fastly.jsdelivr.net/gh', '日本 1', '[日本 东京] - 该公益加速源由 [JSDelivr CDN] 提供 - 缓存:有 - 不支持大小超过 50 MB 的文件 - 不支持版本号格式的分支名(如 v1.2.3)'], |
|
242 | 243 | for (let i=1;i<raw_url.length;i++) { |
243 | 244 | if (raw_url[i][0].indexOf('jsdelivr.net') != -1) { |
244 | 245 | url = raw_url[i][0] + href.replace('/blob/','@'); |
245 | | - } else if (raw_url[i][0].indexOf('futils.com') != -1) { |
| 246 | + } else if (raw_url[i][0].indexOf('futils.com') != -1 || raw_url[i][0].indexOf('fsofso.com') != -1) { |
246 | 247 | url = raw_url[i][0] + href; |
247 | 248 | } else { |
248 | 249 | url = raw_url[i][0] + href2; |
|
288 | 289 |
|
289 | 290 | if (raw_url[menu_raw_fast][0].indexOf('jsdelivr.net') != -1) { |
290 | 291 | url = raw_url[menu_raw_fast][0] + href.replace('/blob/','@'); |
291 | | - } else if (raw_url[menu_raw_fast][0].indexOf('futils.com') != -1) { |
| 292 | + } else if (raw_url[menu_raw_fast][0].indexOf('futils.com') != -1 || raw_url[menu_raw_fast][0].indexOf('fsofso.com') != -1) { |
292 | 293 | url = raw_url[menu_raw_fast][0] + href; |
293 | 294 | } else { |
294 | 295 | url = raw_url[menu_raw_fast][0] + href2; |
|
0 commit comments