Skip to content

Commit d880f4a

Browse files
committed
更新 加速源
1 parent 3bf5495 commit d880f4a

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

GithubEnhanced-High-Speed-Download.user.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @name:zh-CN Github 增强 - 高速下载
44
// @name:zh-TW Github 增強 - 高速下載
55
// @name:en Github Enhancement - High Speed Download
6-
// @version 2.0.2
6+
// @version 2.0.3
77
// @author X.I.U
88
// @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁)
99
// @description:zh-CN 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁)
@@ -43,7 +43,7 @@
4343
['https://download.xn--p8jhe.tw', '美国', '[美国 圣何塞]', 'https://archive.xn--p8jhe.tw'],
4444
['https://git.yumenaka.net/https://github.com', '美国', '[美国 圣何塞]'],
4545
//['https://github.do/https://github.com', '国内', '[中国 国内] - 该公益加速源由 [小麦云服] 提供'],
46-
//['https://ghproxy.futils.com/https://github.com', '香港', '[中国 香港] - 该公益加速源由 [F 搜] 提供

 - 缓存:无(或时间很短)'],
46+
['https://ghproxy.futils.com/https://github.com', '香港', '[中国 香港] - 该公益加速源由 [F 搜] 提供(存在限速)'],
4747
//['https://github.ddlc.love/https://github.com', '香港', '[中国 香港] - 该公益加速源由 [@mtr-static-official] 提供', ''],
4848
['https://download.fastgit.org', '日本', '[日本 东京] - 该公益加速源由 [FastGit] 提供', 'https://archive.fastgit.org'],
4949
['https://mirror.ghproxy.com/https://github.com', '日本', '[日本 东京] - 该公益加速源由 [ghproxy] 提供'],
@@ -70,7 +70,8 @@
7070
['https://raw.githubusercontent.com', 'Github 原生', '[日本 东京]'],
7171
//['https://github.do/https://raw.githubusercontent.com', '国内', '[中国 国内] - 该公益加速源由 [小麦云服] 提供

 - 缓存:有'],
7272
['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] 提供

 - 缓存:无(或时间很短)'],
7475
//['https://hk1.monika.love', '香港 3', '[中国 香港] - 该公益加速源由 [@mtr-static-official] 提供

 - 缓存:无(或时间很短)'],
7576
//['https://ghproxy.com/https://raw.githubusercontent.com', '韩国', '[韩国 首尔] - 该公益加速源由 [ghproxy] 提供

 - 缓存:无(或时间很短)'],
7677
['https://fastly.jsdelivr.net/gh', '日本 1', '[日本 东京] - 该公益加速源由 [JSDelivr CDN] 提供

 - 缓存:有
 - 不支持大小超过 50 MB 的文件
 - 不支持版本号格式的分支名(如 v1.2.3)'],
@@ -242,7 +243,7 @@
242243
for (let i=1;i<raw_url.length;i++) {
243244
if (raw_url[i][0].indexOf('jsdelivr.net') != -1) {
244245
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) {
246247
url = raw_url[i][0] + href;
247248
} else {
248249
url = raw_url[i][0] + href2;
@@ -288,7 +289,7 @@
288289

289290
if (raw_url[menu_raw_fast][0].indexOf('jsdelivr.net') != -1) {
290291
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) {
292293
url = raw_url[menu_raw_fast][0] + href;
293294
} else {
294295
url = raw_url[menu_raw_fast][0] + href2;

0 commit comments

Comments
 (0)