Github 增强 - 高速下载

高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、项目列表单文件快捷下载 (☁)

当前为 2024-02-21 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Github 增强 - 高速下载
  3. // @name:zh-CN Github 增强 - 高速下载
  4. // @name:zh-TW Github 增強 - 高速下載
  5. // @name:en Github Enhancement - High Speed Download
  6. // @version 2.5.13
  7. // @author X.I.U
  8. // @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、项目列表单文件快捷下载 (☁)、添加 git clone 命令
  9. // @description:zh-CN 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、项目列表单文件快捷下载 (☁)
  10. // @description:zh-TW 高速下載 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、項目列表單文件快捷下載 (☁)
  11. // @description:en High-speed download of Git Clone/SSH, Release, Raw, Code(ZIP) and other files (Based on public welfare), project list file quick download (☁)
  12. // @match *://github.com/*
  13. // @match *://hub.incept.pw/*
  14. // @match *://hub.nuaa.cf/*
  15. // @match *://hub.yzuu.cf/*
  16. // @match *://hub.scholar.rr.nu/*
  17. // @match *://kkgithub.com/*
  18. // @match *://githubfast.com/*
  19. // @match *://hub.fgit.mxtrans.net/*
  20. // @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACEUExURUxpcRgWFhsYGBgWFhcWFh8WFhoYGBgWFiUlJRcVFRkWFhgVFRgWFhgVFRsWFhgWFigeHhkWFv////////////r6+h4eHv///xcVFfLx8SMhIUNCQpSTk/r6+jY0NCknJ97e3ru7u+fn51BOTsPCwqGgoISDg6empmpoaK2srNDQ0FhXV3eXcCcAAAAXdFJOUwCBIZXMGP70BuRH2Ze/LpIMUunHkpQR34sfygAAAVpJREFUOMt1U+magjAMDAVb5BDU3W25b9T1/d9vaYpQKDs/rF9nSNJkArDA9ezQZ8wPbc8FE6eAiQUsOO1o19JolFibKCdHGHC0IJezOMD5snx/yE+KOYYr42fPSufSZyazqDoseTPw4lGJNOu6LBXVUPBG3lqYAOv/5ZwnNUfUifzBt8gkgfgINmjxOpgqUA147QWNaocLniqq3QsSVbQHNp45N/BAwoYQz9oUJEiE4GMGfoBSMj5gjeWRIMMqleD/CAzUHFqTLyjOA5zjNnwa4UCEZ2YK3khEcBXHjVBtEFeIZ6+NxYbPqWp1DLKV42t6Ujn2ydyiPi9nX0TTNAkVVZ/gozsl6FbrktkwaVvL2TRK0C8Ca7Hck7f5OBT6FFbLATkL2ugV0tm0RLM9fedDvhWstl8Wp9AFDjFX7yOY/lJrv8AkYuz7fuP8dv9izCYH+x3/LBnj9fYPBTpJDNzX+7cAAAAASUVORK5CYII=
  21. // @grant GM_registerMenuCommand
  22. // @grant GM_unregisterMenuCommand
  23. // @grant GM_openInTab
  24. // @grant GM_getValue
  25. // @grant GM_setValue
  26. // @grant GM_notification
  27. // @grant window.onurlchange
  28. // @sandbox JavaScript
  29. // @license GPL-3.0 License
  30. // @run-at document-end
  31. // @namespace https://gf.qytechs.cn/scripts/412245
  32. // @supportURL https://github.com/XIU2/UserScript
  33. // @homepageURL https://github.com/XIU2/UserScript
  34. // ==/UserScript==
  35.  
  36. (function() {
  37. 'use strict';
  38. var backColor = '#ffffff', fontColor = '#888888', menu_rawFast = GM_getValue('xiu2_menu_raw_fast'), menu_rawFast_ID, menu_rawDownLink_ID, menu_gitClone_ID, menu_feedBack_ID;
  39. const download_url_us = [
  40. ['https://gh.h233.eu.org/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [@X.I.U/XIU2] 提供'],
  41. //['https://gh.api.99988866.xyz/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [hunshcn/gh-proxy] 提供'], // 官方演示站用的人太多了
  42. ['https://gh.ddlc.top/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [@mtr-static-official] 提供'],
  43. //['https://gh2.yanqishui.work/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [@HongjieCN] 提供'], // 解析错误
  44. ['https://dl.ghpig.top/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [feizhuqwq.com] 提供'],
  45. //['https://gh.flyinbug.top/gh/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [Mintimate] 提供'], // 错误
  46. ['https://slink.ltd/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [知了小站] 提供'],
  47. ['https://git.xfj0.cn/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [佚名] 提供'],
  48. ['https://gh.con.sh/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [佚名] 提供'],
  49. ['https://ghps.cc/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [佚名] 提供'],
  50. ['https://gh-proxy.com/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [佚名] 提供'],
  51. ['https://cors.isteed.cc/github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [@Lufs\'s] 提供'],
  52. ['https://hub.gitmirror.com/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [GitMirror] 提供'],
  53. ['https://ghproxy.cc/https://github.com', '美国', '[美国 洛杉矶] - 该公益加速源由 [@yionchiii lau] 提供'],
  54. ['https://cf.ghproxy.cc/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [@yionchiii lau] 提供'],
  55. //['https://download.fgit.cf', '美国', '[美国 洛杉矶] - 该公益加速源由 [FastGit 群组成员] 提供'], // 被投诉挂了
  56. ['https://download.nuaa.cf', '美国', '[美国 洛杉矶] - 该公益加速源由 [FastGit 群组成员] 提供'],
  57. ['https://download.scholar.rr.nu', '美国', '[美国 纽约] - 该公益加速源由 [FastGit 群组成员] 提供'],
  58. //['https://download.njuu.cf', '美国', '[美国 纽约] - 该公益加速源由 [FastGit 群组成员] 提供'], // 域名挂了
  59. ['https://download.yzuu.cf', '美国', '[美国 纽约] - 该公益加速源由 [FastGit 群组成员] 提供']
  60. ], download_url = [
  61. //['https://download.fastgit.org', '德国', '[德国] - 该公益加速源由 [FastGit] 提供

提示:希望大家尽量多使用前面的美国节点(每次随机 4 个来负载均衡),
避免流量都集中到亚洲公益节点,减少成本压力,公益才能更持久~', 'https://archive.fastgit.org'], // 证书过期
  62. ['https://mirror.ghproxy.com/https://github.com', '韩国', '[日本、韩国、德国等](CDN 不固定) - 该公益加速源由 [ghproxy] 提供

提示:希望大家尽量多使用前面的美国节点(每次随机 负载均衡),
避免流量都集中到亚洲公益节点,减少成本压力,公益才能更持久~'],
  63. ['https://ghproxy.net/https://github.com', '日本', '[日本 大阪] - 该公益加速源由 [ghproxy] 提供

提示:希望大家尽量多使用前面的美国节点(每次随机 负载均衡),
避免流量都集中到亚洲公益节点,减少成本压力,公益才能更持久~'],
  64. ['https://kkgithub.com', '香港', '[中国香港、日本、新加坡等] - 该公益加速源由 [help.kkgithub.com] 提供

提示:希望大家尽量多使用前面的美国节点(每次随机 4 个来负载均衡),
避免流量都集中到亚洲公益节点,减少成本压力,公益才能更持久~'],
  65. ['https://download.incept.pw', '香港', '[中国香港] - 该公益加速源由 [FastGit 群组成员] 提供

提示:希望大家尽量多使用前面的美国节点(每次随机 4 个来负载均衡),
避免流量都集中到亚洲公益节点,减少成本压力,公益才能更持久~']
  66. ], clone_url = [
  67. ['https://gitclone.com', '国内', '[中国 国内] - 该公益加速源由 [GitClone] 提供

 - 缓存:有
 - 首次比较慢,缓存后较快'],
  68. ['https://kkgithub.com', '香港', '[中国香港、日本、新加坡等] - 该公益加速源由 [help.kkgithub.com] 提供

 - 缓存:无(或时间很短)'],
  69. ['https://hub.incept.pw', '香港', '[中国香港、美国] - 该公益加速源由 [FastGit 群组成员] 提供'],
  70. ['https://mirror.ghproxy.com/https://github.com', '韩国', '[日本、韩国、德国等](CDN 不固定) - 该公益加速源由 [ghproxy] 提供

 - 缓存:无(或时间很短)'],
  71. //['https://gh-proxy.com/https://github.com', '韩国', '[韩国] - 该公益加速源由 [ghproxy] 提供

 - 缓存:无(或时间很短)'],
  72. ['https://githubfast.com', '韩国', '[韩国] - 该公益加速源由 [Github Fast] 提供

 - 缓存:无(或时间很短)'],
  73. ['https://ghproxy.net/https://github.com', '日本', '[日本 大阪] - 该公益加速源由 [ghproxy] 提供

 - 缓存:无(或时间很短)'],
  74. ['https://github.moeyy.xyz/https://github.com', '新加坡', '[新加坡、中国香港、日本等](CDN 不固定) - 该公益加速源由 [Moeyy] 提供

 - 缓存:无(或时间很短)'],
  75. ['https://hub.fgit.mxtrans.net', '新加坡', '[新加坡] - 该公益加速源由 [FastGit 群组成员] 提供

 - 缓存:无(或时间很短)']
  76. //['https://slink.ltd/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [知了小站] 提供'] // 暂无必要
  77. //['https://hub.gitmirror.com/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [GitMirror] 提供'], // 暂无必要
  78. //['https://ghproxy.cc/https://github.com', '美国', '[美国 洛杉矶] - 该公益加速源由 [@yionchiii lau] 提供'], // 暂无必要
  79. //['https://hub.fgit.cf', '美国', '[美国 洛杉矶] - 该公益加速源由 [FastGit 群组成员] 提供'], // 被投诉挂了
  80. //['https://hub.nuaa.cf', '美国', '[美国 洛杉矶] - 该公益加速源由 [FastGit 群组成员] 提供'], // 暂无必要
  81. //['https://hub.scholar.rr.nu', '美国', '[美国 纽约] - 该公益加速源由 [FastGit 群组成员] 提供'], // 暂无必要
  82. //['https://hub.njuu.cf', '美国', '[美国 纽约] - 该公益加速源由 [FastGit 群组成员] 提供'], // 域名挂了
  83. //['https://hub.yzuu.cf', '美国', '[美国 纽约] - 该公益加速源由 [FastGit 群组成员] 提供'], // 暂无必要
  84. //['https://hub.0z.gs', '美国', '[美国 Cloudflare CDN]'], // 域名无解析
  85. //['https://hub.shutcm.cf', '美国', '[美国 Cloudflare CDN]'] // 连接超时
  86. ], clone_ssh_url = [
  87. ['ssh://git@ssh.github.com:443/', 'Github 原生', '[日本、新加坡等] - Github 官方提供的 443 端口的 SSH(依然是 SSH 协议),适用于限制访问 22 端口的网络环境'],
  88. ['git@ssh.fastgit.org:', '香港', '[中国 香港] - 该公益加速源由 [FastGit] 提供']
  89. //['git@git.zhlh6.cn:', '美国', '[美国 洛杉矶]'] // 挂了
  90. ], raw_url = [
  91. ['https://raw.githubusercontent.com', 'Github 原生', '[日本 东京]'],
  92. ['https://raw.kkgithub.com', '香港', '[中国香港、日本、新加坡等] - 该公益加速源由 [help.kkgithub.com] 提供

 - 缓存:无(或时间很短)'],
  93. ['https://mirror.ghproxy.com/https://raw.githubusercontent.com', '韩国', '[日本、韩国、德国等](CDN 不固定) - 该公益加速源由 [ghproxy] 提供

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

 - 缓存:无(或时间很短)'],
  95. ['https://ghproxy.net/https://raw.githubusercontent.com', '日本 1', '[日本 大阪] - 该公益加速源由 [ghproxy] 提供

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

 - 缓存:有
 - 不支持大小超过 50 MB 的文件
 - 不支持版本号格式的分支名(如 v1.2.3)'],
  97. ['https://raw.fgit.mxtrans.net', '新加坡', '[新加坡] - 该公益加速源由 [FastGit 群组成员] 提供

 - 缓存:无(或时间很短)'],
  98. //['https://gcore.jsdelivr.net/gh', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [JSDelivr CDN] 提供

 - 缓存:有
 - 不支持大小超过 50 MB 的文件
 - 不支持版本号格式的分支名(如 v1.2.3)'], // 变成 美国 Cloudflare CDN 了
  99. ['https://cdn.jsdelivr.us/gh', '其他 1', '[韩国、美国、马来西亚、罗马尼亚等](CDN 不固定) - 该公益加速源由 [@ayao] 提供

 - 缓存:有'],
  100. ['https://jsdelivr.b-cdn.net/gh', '其他 2', '[中国香港、台湾、日本、新加坡等](CDN 不固定) - 该公益加速源由 [@rttwyjz] 提供

 - 缓存:有'],
  101. ['https://github.moeyy.xyz/https://raw.githubusercontent.com', '其他 3', '[新加坡、中国香港、日本等](CDN 不固定)

 - 缓存:无(或时间很短)'],
  102. ['https://raw.cachefly.998111.xyz', '其他 4', '[新加坡、日本、印度等](Anycast CDN 不固定) - 该公益加速源由 [@XxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxXxX0] 提供

 - 缓存:有(约 12 小时)'],
  103. //['https://raw.incept.pw', '香港', '[中国香港、美国] - 该公益加速源由 [FastGit 群组成员] 提供

 - 缓存:无(或时间很短)'], // 暂无必要
  104. //['https://ghproxy.cc/https://raw.githubusercontent.com', '美国', '[美国 洛杉矶] - 该公益加速源由 [@yionchiii lau] 提供'], // 暂无必要
  105. //['https://raw.fgit.cf', '美国', '[美国 洛杉矶] - 该公益加速源由 [FastGit 群组成员] 提供

 - 缓存:无(或时间很短)'], // 被投诉挂了
  106. //['https://raw.nuaa.cf', '美国', '[美国 洛杉矶] - 该公益加速源由 [FastGit 群组成员] 提供'], // 暂无必要
  107. //['https://raw.scholar.rr.nu', '美国', '[美国 纽约] - 该公益加速源由 [FastGit 群组成员] 提供'], // 暂无必要
  108. //['https://raw.njuu.cf', '美国', '[美国 纽约] - 该公益加速源由 [FastGit 群组成员] 提供

 - 缓存:无(或时间很短)'], // 域名挂了
  109. //['https://raw.yzuu.cf', '美国', '[美国 纽约] - 该公益加速源由 [FastGit 群组成员] 提供

 - 缓存:无(或时间很短)'], // 暂无必要
  110. //['https://raw.gitmirror.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [GitMirror] 提供

 - 缓存:有'], // 暂无必要
  111. //['https://cdn.54188.cf/gh', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [PencilNavigator] 提供

 - 缓存:有'], // 暂无必要
  112. //['https://raw.fastgit.org', '德国', '[德国] - 该公益加速源由 [FastGit] 提供

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

 - 缓存:无(或时间很短)'], // 连接超时
  114. ], svg = [
  115. '<svg class="octicon octicon-cloud-download" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path d="M9 12h2l-3 3-3-3h2V7h2v5zm3-8c0-.44-.91-3-4.5-3C5.08 1 3 2.92 3 5 1.02 5 0 6.52 0 8c0 1.53 1 3 3 3h3V9.7H3C1.38 9.7 1.3 8.28 1.3 8c0-.17.05-1.7 1.7-1.7h1.3V5c0-1.39 1.56-2.7 3.2-2.7 2.55 0 3.13 1.55 3.2 1.8v1.2H12c.81 0 2.7.22 2.7 2.2 0 2.09-2.25 2.2-2.7 2.2h-2V11h2c2.08 0 4-1.16 4-3.5C16 5.06 14.08 4 12 4z"></path></svg>'
  116. ], style = ['padding:0 6px; margin-right: -1px; border-radius: 2px; background-color: var(--XIU2-back-Color); border-color: rgba(27, 31, 35, 0.1); font-size: 11px; color: var(--XIU2-font-Color);'];
  117.  
  118. if (menu_rawFast == null){menu_rawFast = 1; GM_setValue('xiu2_menu_raw_fast', 1)};
  119. if (GM_getValue('menu_rawDownLink') == null){GM_setValue('menu_rawDownLink', true)};
  120. if (GM_getValue('menu_gitClone') == null){GM_setValue('menu_gitClone', true)};
  121. registerMenuCommand();
  122. // 注册(不可用)脚本菜单
  123. function registerMenuCommand() {
  124. // 如果反馈菜单ID不是 null,则删除所有脚本菜单
  125. if (menu_feedBack_ID) {GM_unregisterMenuCommand(menu_rawFast_ID); GM_unregisterMenuCommand(menu_rawDownLink_ID); GM_unregisterMenuCommand(menu_gitClone_ID); GM_unregisterMenuCommand(menu_feedBack_ID); menu_rawFast = GM_getValue('xiu2_menu_raw_fast');}
  126. // 避免在减少 raw 数组后,用户储存的数据大于数组而报错
  127. if (menu_rawFast > raw_url.length - 1) menu_rawFast = 0
  128. if (GM_getValue('menu_rawDownLink')) menu_rawFast_ID = GM_registerMenuCommand(`${['0️⃣','1️⃣','2️⃣','3️⃣','4️⃣','5️⃣','6️⃣','7️⃣','8️⃣','9️⃣','🔟'][menu_rawFast]} [ ${raw_url[menu_rawFast][1]} ] 加速源 (☁) - 点击切换`, menu_toggle_raw_fast);
  129. menu_rawDownLink_ID = GM_registerMenuCommand(`${GM_getValue('menu_rawDownLink')?'✅':'❌'} 项目列表单文件快捷下载 (☁)`, function(){if (GM_getValue('menu_rawDownLink') == true) {GM_setValue('menu_rawDownLink', false); GM_notification({text: `已关闭 [项目列表单文件快捷下载 (☁)] 功能\n(点击刷新网页后生效)`, timeout: 3500, onclick: function(){location.reload();}});} else {GM_setValue('menu_rawDownLink', true); GM_notification({text: `已开启 [项目列表单文件快捷下载 (☁)] 功能\n(点击刷新网页后生效)`, timeout: 3500, onclick: function(){location.reload();}});}registerMenuCommand();});
  130. menu_gitClone_ID = GM_registerMenuCommand(`${GM_getValue('menu_gitClone')?'✅':'❌'} 添加 git clone 命令`, function(){if (GM_getValue('menu_gitClone') == true) {GM_setValue('menu_gitClone', false); GM_notification({text: `已关闭 [添加 git clone 命令] 功能\n(点击刷新网页后生效)`, timeout: 3500, onclick: function(){location.reload();}});} else {GM_setValue('menu_gitClone', true); GM_notification({text: `已开启 [添加 git clone 命令] 功能\n(点击刷新网页后生效)`, timeout: 3500, onclick: function(){location.reload();}});}registerMenuCommand();});
  131. menu_feedBack_ID = GM_registerMenuCommand('💬 反馈 & 建议 [Github]', function () {window.GM_openInTab('https://github.com/XIU2/UserScript', {active: true,insert: true,setParent: true});window.GM_openInTab('https://gf.qytechs.cn/zh-CN/scripts/412245/feedback', {active: true,insert: true,setParent: true});});
  132. }
  133.  
  134. // 切换加速源
  135. function menu_toggle_raw_fast() {
  136. // 如果当前加速源位置大于等于加速源总数,则改为第一个加速源,反之递增下一个加速源
  137. if (menu_rawFast >= raw_url.length - 1) {menu_rawFast = 0;} else {menu_rawFast += 1;}
  138. GM_setValue('xiu2_menu_raw_fast', menu_rawFast);
  139. delRawDownLink(); // 删除旧加速源
  140. addRawDownLink(); // 添加新加速源
  141. GM_notification({text: "已切换加速源为:" + raw_url[menu_rawFast][1], timeout: 3000}); // 提示消息
  142. registerMenuCommand(); // 重新注册(不可用)脚本菜单
  143. };
  144.  
  145. colorMode(); // 适配白天/夜间主题模式
  146. setTimeout(addRawFile, 1000); // Raw 加速
  147. setTimeout(addRawDownLink, 2000); // Raw 单文件快捷下载(☁),延迟 2 秒执行,避免被 pjax 刷掉
  148.  
  149. // Tampermonkey v4.11 版本添加的 onurlchange 事件 grant,可以监控 pjax 等网页的 URL 变化
  150. if (window.onurlchange === undefined) addUrlChangeEvent();
  151. window.addEventListener('urlchange', function() {
  152. colorMode(); // 适配白天/夜间主题模式
  153. if (location.pathname.indexOf('/releases')) addRelease(); // Release 加速
  154. setTimeout(addRawFile, 1000); // Raw 加速
  155. setTimeout(addRawDownLink, 2000); // Raw 单文件快捷下载(☁),延迟 2 秒执行,避免被 pjax 刷掉
  156. setTimeout(addRawDownLink_, 1000); // 在浏览器返回/前进时重新添加 Raw 下载链接(☁)鼠标事件
  157. });
  158.  
  159.  
  160. // Github Git Clone/SSH、Release、Download ZIP 改版为动态加载文件列表,因此需要监控网页元素变化
  161. const callback = (mutationsList, observer) => {
  162. if (location.pathname.indexOf('/releases') > -1) { // Release
  163. for (const mutation of mutationsList) {
  164. for (const target of mutation.addedNodes) {
  165. if (target.nodeType !== 1) return
  166. if (target.tagName === 'DIV' && target.dataset.viewComponent === 'true' && target.classList[0] === 'Box') addRelease();
  167. }
  168. }
  169. } else if (document.querySelector('#repository-container-header:not([hidden])')) { // 项目首页
  170. for (const mutation of mutationsList) {
  171. for (const target of mutation.addedNodes) {
  172. if (target.nodeType !== 1) return
  173. if (target.tagName === 'DIV' && target.parentElement.id === '__primerPortalRoot__') {
  174. addDownloadZIP(target);
  175. addGitClone(target);
  176. addGitCloneSSH(target);
  177. } else if (target.tagName === 'DIV' && target.className.indexOf('Box-sc-') != -1) {
  178. if (target.querySelector('input[value^="https:"]')) {
  179. addGitCloneClear('.XIU2-GCS'); addGitClone(target);
  180. } else if (target.querySelector('input[value^="git@"]')) {
  181. addGitCloneClear('.XIU2-GC'); addGitCloneSSH(target);
  182. } else if (target.querySelector('input[value^="gh "]')) {
  183. addGitCloneClear('.XIU2-GC, .XIU2-GCS');
  184. }
  185. }
  186. }
  187. }
  188. }
  189. };
  190. const observer = new MutationObserver(callback);
  191. observer.observe(document, { childList: true, subtree: true });
  192.  
  193.  
  194. // download_url 随机 4 个美国加速源
  195. function get_New_download_url() {
  196. //return download_url_us.concat(download_url) // 全输出调试用
  197. let shuffled = download_url_us.slice(0), i = download_url_us.length, min = i - 4, temp, index;
  198. while (i-- > min) {index = Math.floor((i + 1) * Math.random()); temp = shuffled[index]; shuffled[index] = shuffled[i]; shuffled[i] = temp;}
  199. return shuffled.slice(min).concat(download_url); // 随机洗牌 download_url_us 数组并取前 4 个,然后将其合并至 download_url 数组
  200. }
  201.  
  202. // Release
  203. function addRelease() {
  204. let html = document.querySelectorAll('.Box-footer'); if (html.length == 0 || location.pathname.indexOf('/releases') == -1) return
  205. let divDisplay = 'margin-left: -90px;', new_download_url = get_New_download_url();
  206. if (document.documentElement.clientWidth > 755) {divDisplay = 'margin-top: -3px;margin-left: 8px;display: inherit;';}; // 调整小屏幕时的样式
  207. for (const current of html) {
  208. if (current.querySelector('.XIU2-RS')) continue
  209. current.querySelectorAll('li.Box-row a').forEach(function (_this) {
  210. let href = _this.href.split(location.host),
  211. url = '', _html = `<div class="XIU2-RS" style="${divDisplay}">`;
  212.  
  213. for (let i=0;i<new_download_url.length;i++) {
  214. if (new_download_url[i][3] !== undefined && url.indexOf('/archive/') !== -1) {
  215. url = new_download_url[i][3] + href[1]
  216. } else {
  217. url = new_download_url[i][0] + href[1]
  218. }
  219. if (location.host !== 'github.com') url = url.replace(location.host,'github.com')
  220. _html += `<a style="${style[0]}" class="btn" href="${url}" title="${new_download_url[i][2]}" rel="noreferrer noopener nofollow">${new_download_url[i][1]}</a>`
  221. }
  222. _this.parentElement.nextElementSibling.insertAdjacentHTML('beforeend', _html + '</div>');
  223. });
  224. }
  225. }
  226.  
  227.  
  228. // Download ZIP
  229. function addDownloadZIP(target) {
  230. let html = target.querySelector('ul[class^=List__ListBox-sc-] ul[class^=List__ListBox-sc-]>li:last-child');if (!html) return
  231. let href_script = document.querySelector('react-partial[partial-name=repos-overview]>script[data-target="react-partial.embeddedData"]'),
  232. href_slice = href_script.textContent.slice(href_script.textContent.indexOf('"zipballUrl":"')+14),
  233. href = href_slice.slice(0, href_slice.indexOf('"')),
  234. url = '', _html = '', new_download_url = get_New_download_url();
  235.  
  236. // 克隆原 Download ZIP 元素,并定位 <a> <span> 标签
  237. let html_clone = html.cloneNode(true),
  238. html_clone_a = html_clone.querySelector('a[href$=".zip"]'),
  239. html_clone_span = html_clone.querySelector('span[id]');
  240.  
  241. for (let i=0;i<new_download_url.length;i++) {
  242. if (new_download_url[i][3] === '') continue
  243.  
  244. if (new_download_url[i][3] !== undefined) {
  245. url = new_download_url[i][3] + href
  246. } else {
  247. url = new_download_url[i][0] + href
  248. }
  249. if (location.host !== 'github.com') url = url.replace(location.host,'github.com')
  250.  
  251. html_clone_a.href = url
  252. html_clone_a.setAttribute('title', new_download_url[i][2].replaceAll('&#10;','\n'))
  253. html_clone_span.textContent = 'Download ZIP ' + new_download_url[i][1]
  254. _html += html_clone.outerHTML
  255. }
  256. html.insertAdjacentHTML('afterend', _html);
  257. }
  258.  
  259. // Git Clone 切换清理
  260. function addGitCloneClear(css) {
  261. document.querySelectorAll(css).forEach((e)=>{e.remove()})
  262. }
  263.  
  264. // Git Clone
  265. function addGitClone(target) {
  266. let html = target.querySelector('input[value^="https:"]');if (!html) return
  267. let href_split = html.value.split(location.host)[1],
  268. html_parent = '<div style="margin-top: 4px;" class="XIU2-GC ' + html.parentElement.className + '">',
  269. url = '', _html = '', _gitClone = '';
  270. html.nextElementSibling.hidden = true; // 隐藏右侧复制按钮
  271. if (GM_getValue('menu_gitClone')) {_gitClone='git clone '; html.value = _gitClone + html.value; html.setAttribute('value', html.value);}
  272. // 克隆原 Git Clone 元素
  273. let html_clone = html.cloneNode(true);
  274. for (let i=0;i<clone_url.length;i++) {
  275. if (clone_url[i][0] === 'https://gitclone.com') {
  276. url = _gitClone + clone_url[i][0] + '/github.com' + href_split
  277. } else {
  278. url = _gitClone + clone_url[i][0] + href_split
  279. }
  280. html_clone.title = `加速源:${clone_url[i][1]} (点击可直接复制)\n${clone_url[i][2].replaceAll('&#10;','\n')}`
  281. html_clone.setAttribute('value', url)
  282. _html += html_parent + html_clone.outerHTML + '</div>'
  283. }
  284. html.parentElement.insertAdjacentHTML('afterend', _html);
  285. }
  286.  
  287.  
  288. // Git Clone SSH
  289. function addGitCloneSSH(target) {
  290. let html = target.querySelector('input[value^="git@"]');if (!html) return
  291. let href_split = html.value.split(':')[1],
  292. html_parent = '<div style="margin-top: 4px;" class="XIU2-GCS ' + html.parentElement.className + '">',
  293. url = '', _html = '', _gitClone = '';
  294. html.nextElementSibling.hidden = true; // 隐藏右侧复制按钮
  295. if (GM_getValue('menu_gitClone')) {_gitClone='git clone '; html.value = _gitClone + html.value; html.setAttribute('value', html.value);}
  296. // 克隆原 Git Clone SSH 元素
  297. let html_clone = html.cloneNode(true);
  298. for (let i=0;i<clone_ssh_url.length;i++) {
  299. url = _gitClone + clone_ssh_url[i][0] + href_split
  300. html_clone.title = `加速源:${clone_ssh_url[i][1]} (点击可直接复制)\n${clone_ssh_url[i][2].replaceAll('&#10;','\n')}`
  301. html_clone.setAttribute('value', url)
  302. _html += html_parent + html_clone.outerHTML + '</div>'
  303. }
  304. html.parentElement.insertAdjacentHTML('afterend', _html);
  305. }
  306.  
  307.  
  308. // Raw
  309. function addRawFile() {
  310. let html = document.querySelector('a[data-testid="raw-button"]');if (!html) return
  311. let href = location.href.replace(`https://${location.host}`,''),
  312. href2 = href.replace('/blob/','/'),
  313. url = '', _html = '';
  314.  
  315. for (let i=1;i<raw_url.length;i++) {
  316. if ((raw_url[i][0].indexOf('/gh') + 3 === raw_url[i][0].length) && raw_url[i][0].indexOf('cdn.staticaly.com') === -1) {
  317. url = raw_url[i][0] + href.replace('/blob/','@');
  318. } else {
  319. url = raw_url[i][0] + href2;
  320. }
  321. _html += `<a href="${url}" title="${raw_url[i][2]}" target="_blank" role="button" rel="noreferrer noopener nofollow" data-size="small" class="${html.className} XIU2-RF">${raw_url[i][1].replace(/ \d/,'')}</a>`
  322. }
  323. if (document.querySelector('.XIU2-RF')) document.querySelectorAll('.XIU2-RF').forEach((e)=>{e.remove()})
  324. html.insertAdjacentHTML('afterend', _html);
  325. }
  326.  
  327.  
  328. // Raw 单文件快捷下载(☁)
  329. function addRawDownLink() {
  330. if (!GM_getValue('menu_rawDownLink')) return
  331. // 如果不是项目文件页面,就返回,如果网页有 Raw 下载链接(☁)就返回
  332. let files = document.querySelectorAll('div.Box-row svg.octicon.octicon-file, .react-directory-filename-column>svg.color-fg-muted');if(files.length === 0) return;if (location.pathname.indexOf('/tags') > -1) return
  333. let files1 = document.querySelectorAll('a.fileDownLink');if(files1.length > 0) return;
  334.  
  335. // 鼠标指向则显示
  336. var mouseOverHandler = function(evt) {
  337. let elem = evt.currentTarget,
  338. aElm_new = elem.querySelectorAll('.fileDownLink'),
  339. aElm_now = elem.querySelectorAll('svg.octicon.octicon-file, svg.color-fg-muted');
  340. aElm_new.forEach(el=>{el.style.cssText = 'display: inline'});
  341. aElm_now.forEach(el=>{el.style.cssText = 'display: none'});
  342. };
  343.  
  344. // 鼠标离开则隐藏
  345. var mouseOutHandler = function(evt) {
  346. let elem = evt.currentTarget,
  347. aElm_new = elem.querySelectorAll('.fileDownLink'),
  348. aElm_now = elem.querySelectorAll('svg.octicon.octicon-file, svg.color-fg-muted');
  349. aElm_new.forEach(el=>{el.style.cssText = 'display: none'});
  350. aElm_now.forEach(el=>{el.style.cssText = 'display: inline'});
  351. };
  352.  
  353. // 循环添加
  354. files.forEach(function(fileElm) {
  355. let trElm = fileElm.parentNode.parentNode,
  356. cntElm_a = trElm.querySelector('[role="rowheader"] > .css-truncate.css-truncate-target.d-block.width-fit > a, .react-directory-truncate>a'),
  357. Name = cntElm_a.innerText,
  358. href = cntElm_a.getAttribute('href'),
  359. href2 = href.replace('/blob/','/'), url, url_name, url_tip = '';
  360. if ((raw_url[menu_rawFast][0].indexOf('/gh') + 3 === raw_url[menu_rawFast][0].length) && raw_url[menu_rawFast][0].indexOf('cdn.staticaly.com') === -1) {
  361. url = raw_url[menu_rawFast][0] + href.replace('/blob/','@');
  362. } else {
  363. url = raw_url[menu_rawFast][0] + href2;
  364. }
  365.  
  366. url_name = raw_url[menu_rawFast][1]; url_tip = raw_url[menu_rawFast][2];
  367. fileElm.insertAdjacentHTML('afterend', `<a href="${url}" download="${Name}" target="_blank" rel="noreferrer noopener nofollow" class="fileDownLink" style="display: none;" title="「${url_name}」&#10;&#10;[Alt + 左键] 或 [右键 - 另存为...] 下载文件。&#10;注意:鼠标点击 [☁] 图标,而不是左侧的文件名!&#10;&#10;${url_tip}提示:点击浏览器右上角 Tampermonkey 扩展图标 - [ ${raw_url[menu_rawFast][1]} ] 加速源 (☁) 即可切换。">${svg[0]}</a>`);
  368. // 绑定鼠标事件
  369. trElm.onmouseover = mouseOverHandler;
  370. trElm.onmouseout = mouseOutHandler;
  371. });
  372. }
  373.  
  374.  
  375. // 移除 Raw 单文件快捷下载(☁)
  376. function delRawDownLink() {
  377. if (!GM_getValue('menu_rawDownLink')) return
  378. let aElm = document.querySelectorAll('.fileDownLink');if(aElm.length === 0) return;
  379. aElm.forEach(function(fileElm) {fileElm.remove();})
  380. }
  381.  
  382.  
  383. // 在浏览器返回/前进时重新添加 Raw 单文件快捷下载(☁)鼠标事件
  384. function addRawDownLink_() {
  385. if (!GM_getValue('menu_rawDownLink')) return
  386. // 如果不是项目文件页面,就返回,如果网页没有 Raw 下载链接(☁)就返回
  387. let files = document.querySelectorAll('div.Box-row svg.octicon.octicon-file, .react-directory-filename-column>svg.color-fg-muted');if(files.length === 0) return;
  388. let files1 = document.querySelectorAll('a.fileDownLink');if(files1.length === 0) return;
  389.  
  390. // 鼠标指向则显示
  391. var mouseOverHandler = function(evt) {
  392. let elem = evt.currentTarget,
  393. aElm_new = elem.querySelectorAll('.fileDownLink'),
  394. aElm_now = elem.querySelectorAll('svg.octicon.octicon-file, svg.color-fg-muted');
  395. aElm_new.forEach(el=>{el.style.cssText = 'display: inline'});
  396. aElm_now.forEach(el=>{el.style.cssText = 'display: none'});
  397. };
  398.  
  399. // 鼠标离开则隐藏
  400. var mouseOutHandler = function(evt) {
  401. let elem = evt.currentTarget,
  402. aElm_new = elem.querySelectorAll('.fileDownLink'),
  403. aElm_now = elem.querySelectorAll('svg.octicon.octicon-file, svg.color-fg-muted');
  404. aElm_new.forEach(el=>{el.style.cssText = 'display: none'});
  405. aElm_now.forEach(el=>{el.style.cssText = 'display: inline'});
  406. };
  407. // 循环添加
  408. files.forEach(function(fileElm) {
  409. let trElm = fileElm.parentNode.parentNode;
  410. // 绑定鼠标事件
  411. trElm.onmouseover = mouseOverHandler;
  412. trElm.onmouseout = mouseOutHandler;
  413. });
  414. }
  415.  
  416.  
  417. // 适配白天/夜间主题模式
  418. function colorMode() {
  419. let style_Add;
  420. if (document.getElementById('XIU2-Github')) {style_Add = document.getElementById('XIU2-Github')} else {style_Add = document.createElement('style'); style_Add.id = 'XIU2-Github'; style_Add.type = 'text/css';}
  421. backColor = '#ffffff'; fontColor = '#888888';
  422.  
  423. if (document.lastElementChild.dataset.colorMode === 'dark') { // 如果是夜间模式
  424. if (document.lastElementChild.dataset.darkTheme === 'dark_dimmed') {
  425. backColor = '#272e37'; fontColor = '#768390';
  426. } else {
  427. backColor = '#161a21'; fontColor = '#97a0aa';
  428. }
  429. } else if (document.lastElementChild.dataset.colorMode === 'auto') { // 如果是自动模式
  430. if (window.matchMedia('(prefers-color-scheme: dark)').matches || document.lastElementChild.dataset.lightTheme.indexOf('dark') > -1) { // 如果浏览器是夜间模式 或 白天模式是 dark 的情况
  431. if (document.lastElementChild.dataset.darkTheme === 'dark_dimmed') {
  432. backColor = '#272e37'; fontColor = '#768390';
  433. } else if (document.lastElementChild.dataset.darkTheme.indexOf('light') == -1) { // 排除夜间模式是 light 的情况
  434. backColor = '#161a21'; fontColor = '#97a0aa';
  435. }
  436. }
  437. }
  438.  
  439. document.lastElementChild.appendChild(style_Add).textContent = `.XIU2-RS a {--XIU2-back-Color: ${backColor}; --XIU2-font-Color: ${fontColor};}`;
  440. }
  441.  
  442.  
  443. // 自定义 urlchange 事件(用来监听 URL 变化),针对非 Tampermonkey 油猴管理器
  444. function addUrlChangeEvent() {
  445. history.pushState = ( f => function pushState(){
  446. var ret = f.apply(this, arguments);
  447. window.dispatchEvent(new Event('pushstate'));
  448. window.dispatchEvent(new Event('urlchange'));
  449. return ret;
  450. })(history.pushState);
  451.  
  452. history.replaceState = ( f => function replaceState(){
  453. var ret = f.apply(this, arguments);
  454. window.dispatchEvent(new Event('replacestate'));
  455. window.dispatchEvent(new Event('urlchange'));
  456. return ret;
  457. })(history.replaceState);
  458.  
  459. window.addEventListener('popstate',()=>{ // 点击浏览器的前进/后退按钮时触发 urlchange 事件
  460. window.dispatchEvent(new Event('urlchange'))
  461. });
  462. }
  463. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址