diff --git a/GithubEnhanced-High-Speed-Download.user.js b/GithubEnhanced-High-Speed-Download.user.js index beb47a5..dd1a13a 100644 --- a/GithubEnhanced-High-Speed-Download.user.js +++ b/GithubEnhanced-High-Speed-Download.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name Github 增强 - 高速下载 -// @version 1.5.9 +// @version 1.6.0 // @author X.I.U // @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁) // @match *://github.com/* @@ -45,7 +45,6 @@ //['https://github.91chifun.workers.dev', '美国'], //['https://github.rc1844.workers.dev', '美国'], //['https://pd.zwc365.com/seturl', '中国香港'], - //['https://github.icu', '韩国'], const download_url = [ ['https://gh.api.99988866.xyz', '美国'], ['https://gh.msx.workers.dev', '美国'], @@ -53,7 +52,8 @@ ['https://gh.argv.cc', '美国'], ['https://git.yumenaka.net', '美国'], ['https://download.fastgit.org', '日本'], - ['https://ghproxy.com', '韩国'] + ['https://ghproxy.com', '韩国'], + ['https://github.icu', '韩国'] ], clone_url = [ ['https://hub.fastgit.org', '中国香港'], @@ -69,7 +69,8 @@ ['https://cdn.jsdelivr.net','中国国内', '注意:该加速源存在缓存机制(24小时),所以文件可能不是最新。 注意:当前分支所有文件总文件大小超过 50MB 时,该加速源不可用。 注意:当前分支名为版本号格式时(如 v1.2.3),该高速下载链接因格式限制不可用。'], ['https://raw.fastgit.org','中国香港', '注意:单个文件太大时可能会提示超时(实时获取中),请重试。'], ['https://cdn.staticaly.com','日本东京', '注意:该加速是全球 Anycast CDN,国内一般分配到日本节点。'], - ['https://ghproxy.com','韩国首尔', ''] + ['https://ghproxy.com','韩国首尔', ''], + ['https://github.icu', '韩国', ''] ], svg = [ '', @@ -268,10 +269,11 @@ let href = location.href.replace(`https://${location.host}`,''), href2 = href.replace('/blob/','/'), url = [ - raw_url[1][0] + "/gh" + href.replace('/blob/','@'), + raw_url[1][0] + '/gh' + href.replace('/blob/','@'), raw_url[2][0] + href2, - raw_url[3][0] + "/gh" + href.replace('/blob/','/'), - raw_url[4][0] + "/" + raw_url[0][0] + href2 + raw_url[3][0] + '/gh' + href.replace('/blob/','/'), + raw_url[4][0] + '/' + raw_url[0][0] + href2, + raw_url[5][0] + '/' + raw_url[0][0] + href2 ], _html = ``; for (let i=0;i