Skip to content

Commit 50642be

Browse files
committed
更新 加速源
1 parent 50523db commit 50642be

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

GithubEnhanced-High-Speed-Download.user.js

Lines changed: 6 additions & 6 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.3.4
6+
// @version 2.3.5
77
// @author X.I.U
88
// @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁)、添加 git clone 命令
99
// @description:zh-CN 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁)
@@ -53,7 +53,7 @@
5353
['https://download.nuaa.cf', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [LibraryCloud] 提供']
5454
//['https://download.cithub.icu', '美国', '[美国 洛杉矶]', 'https://archive.cithub.icu']
5555
], download_url = [
56-
//['https://download.fastgit.org', '德国', '[德国] - 该公益加速源由 [FastGit] 提供

提示:如果速度可以接受,希望大家尽量多使用前面的美国节点(每次随机 4 个来负载均衡),
避免流量都集中到亚洲公益节点,减少成本压力运营才能更持久~', 'https://archive.fastgit.org'],
56+
['https://download.fastgit.org', '德国', '[德国] - 该公益加速源由 [FastGit] 提供

提示:如果速度可以接受,希望大家尽量多使用前面的美国节点(每次随机 4 个来负载均衡),
避免流量都集中到亚洲公益节点,减少成本压力运营才能更持久~', 'https://archive.fastgit.org'],
5757
['https://ghproxy.com/https://github.com', '韩国', '[韩国 首尔] - 该公益加速源由 [ghproxy] 提供,有日本、韩国、德国、巴西等地区的服务器,不过国内一般分配为韩国

提示:如果速度可以接受,希望大家尽量多使用前面的美国节点(每次随机 4 个来负载均衡),
避免流量都集中到亚洲公益节点,减少成本压力运营才能更持久~'],
5858
['https://kgithub.com', '新加坡', '[新加坡] - 该公益加速源由 [KGitHub] 提供

提示:如果速度可以接受,希望大家尽量多使用前面的美国节点(每次随机 4 个来负载均衡),
避免流量都集中到亚洲公益节点,减少成本压力运营才能更持久~']
5959
], clone_url = [
@@ -72,7 +72,7 @@
7272
//['https://hub.0z.gs', '美国', '[美国 Cloudflare CDN]'],
7373
//['https://hub.shutcm.cf', '美国', '[美国 Cloudflare CDN]']
7474
], clone_ssh_url = [
75-
//['git@ssh.fastgit.org', '香港', '[中国 香港] - 该公益加速源由 [FastGit] 提供']
75+
['git@ssh.fastgit.org', '香港', '[中国 香港] - 该公益加速源由 [FastGit] 提供']
7676
//['git@git.zhlh6.cn', '美国', '[美国 洛杉矶]']
7777
], raw_url = [
7878
['https://raw.githubusercontent.com', 'Github 原生', '[日本 东京]'],
@@ -82,7 +82,7 @@
8282
['https://fastly.jsdelivr.net/gh', '日本 1', '[日本 东京] - 该公益加速源由 [JSDelivr CDN] 提供

 - 缓存:有
 - 不支持大小超过 50 MB 的文件
 - 不支持版本号格式的分支名(如 v1.2.3)'],
8383
['https://cdn.staticaly.com/gh', '日本 2', '[日本 东京] - 该公益加速源由 [Statically CDN] 提供

 - 缓存:有
 - 不支持大小超过 30 MB 的文件'],
8484
['https://ghproxy.net/https://raw.githubusercontent.com', '日本 3', '[日本 大阪]

 - 缓存:无(或时间很短)'],
85-
//['https://raw.fastgit.org', '德国', '[德国] - 该公益加速源由 [FastGit] 提供

 - 缓存:无(或时间很短)'],
85+
['https://raw.fastgit.org', '德国', '[德国] - 该公益加速源由 [FastGit] 提供

 - 缓存:无(或时间很短)'],
8686
//['https://raw.njuu.cf', '美国', '[美国 拉斯维加斯] - 该公益加速源由 [LibraryCloud] 提供

 - 缓存:无(或时间很短)'],
8787
//['https://raw.cithub.icu', '美国', '[美国 洛杉矶]

 - 缓存:无(或时间很短)'],
8888
//['https://git.yumenaka.net/https://raw.githubusercontent.com', '美国', '[美国 圣何塞]

 - 缓存:无(或时间很短)'],
@@ -126,7 +126,7 @@
126126
//if (location.pathname.indexOf('/releases')) addRelease(); // Release 加速
127127
setTimeout(addDownloadZIP, 2000); // Download ZIP 加速
128128
setTimeout(addGitClone, 2000); // Git Clone 加速
129-
//setTimeout(addGitCloneSSH, 2000); // Git Clone SSH 加速
129+
setTimeout(addGitCloneSSH, 2000); // Git Clone SSH 加速
130130
addRawFile(); // Raw 加速
131131
setTimeout(addRawDownLink, 2000); // Raw 单文件快捷下载(☁),延迟 2 秒执行,避免被 pjax 刷掉
132132

@@ -137,7 +137,7 @@
137137
if (location.pathname.indexOf('/releases')) addRelease(); // Release 加速
138138
setTimeout(addDownloadZIP, 2000); // Download ZIP 加速
139139
setTimeout(addGitClone, 2000); // Git Clone 加速
140-
//setTimeout(addGitCloneSSH, 2000); // Git Clone SSH 加速
140+
setTimeout(addGitCloneSSH, 2000); // Git Clone SSH 加速
141141
addRawFile(); // Raw 加速
142142
setTimeout(addRawDownLink, 2000); // Raw 单文件快捷下载(☁),延迟 2 秒执行,避免被 pjax 刷掉
143143
setTimeout(addRawDownLink_, 1000); // 在浏览器返回/前进时重新添加 Raw 下载链接(☁)鼠标事件

0 commit comments

Comments
 (0)