From c3df5105740c6f5e4b00377393cd986869487279 Mon Sep 17 00:00:00 2001 From: richex-cn Date: Fri, 21 Jan 2022 11:49:30 +0800 Subject: [PATCH] fix hub.fastgit.org blocked by GFW fix https://github.com/XIU2/UserScript/issues/161 https://t.me/fastgitchannel --- GithubEnhanced-High-Speed-Download.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GithubEnhanced-High-Speed-Download.user.js b/GithubEnhanced-High-Speed-Download.user.js index 87809d7ad..ef713ef0f 100644 --- a/GithubEnhanced-High-Speed-Download.user.js +++ b/GithubEnhanced-High-Speed-Download.user.js @@ -46,13 +46,13 @@ //['https://ghproxy.fsou.cc/https://github.com', '香港'] ], clone_url = [ - ['https://hub.fastgit.org', '中国香港'], + ['https://hub.fastgit.xyz', '中国香港'], ['https://gitclone.com', '中国浙江'], ['https://github.com.cnpmjs.org', '新加坡'] ], clone_ssh_url = [ ['git@git.zhlh6.cn', '中国北京'], - ['git@hub.fastgit.org', '中国香港'] + ['git@hub.fastgit.xyz', '中国香港'] ], raw_url = [ ['https://raw.githubusercontent.com', 'Github 原生',''], @@ -344,4 +344,4 @@ window.dispatchEvent(new Event('urlchange')) }); } -})(); \ No newline at end of file +})();