Github 增强 - 高速下载

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

Stan na 11-11-2022. Zobacz najnowsza wersja.

  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.2.0
  7. // @author X.I.U
  8. // @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁)
  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, project list file quick download (☁)
  12. // @match *://github.com/*
  13. // @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=
  14. // @grant GM_registerMenuCommand
  15. // @grant GM_unregisterMenuCommand
  16. // @grant GM_openInTab
  17. // @grant GM_getValue
  18. // @grant GM_setValue
  19. // @grant GM_notification
  20. // @grant window.onurlchange
  21. // @license GPL-3.0 License
  22. // @run-at document-end
  23. // @namespace https://greasyfork.org/scripts/412245
  24. // @supportURL https://github.com/XIU2/UserScript
  25. // @homepageURL https://github.com/XIU2/UserScript
  26. // ==/UserScript==
  27.  
  28. (function() {
  29. 'use strict';
  30. var backColor = '#ffffff', fontColor = '#888888', menu_raw_fast = GM_getValue('xiu2_menu_raw_fast'), menu_menu_raw_fast_ID, menu_feedBack_ID;
  31. const download_url_us = [
  32. ['https://gh.gh2233.ml/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [@X.I.U/XIU2] 提供'],
  33. //['https://gh.api.99988866.xyz/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [hunshcn/gh-proxy] 提供'], // 官方演示站用的人太多了
  34. ['https://gh.ddlc.top/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [@mtr-static-official] 提供'], // 2023-01-14
  35. ['https://gh2.yanqishui.work/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [@HongjieCN] 提供'],
  36. ['https://ghdl.feizhuqwq.cf/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [feizhuqwq.com] 提供'],
  37. ['https://gh-proxy-misakano7545.koyeb.app/https://github.com', '美国', '[美国 Cloudflare CDN]'],
  38. ['https://gh.flyinbug.top/gh/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [Mintimate] 提供'],
  39. ['https://github.91chi.fun/https://github.com', '美国', '[美国 Cloudflare CDN]'],
  40. ['https://proxy.zyun.vip/https://github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [知了小站] 提供'],
  41. ['https://git.xfj0.cn/https://github.com', '美国', '[美国 Cloudflare CDN]'],
  42. ['https://gh.con.sh/https://github.com', '美国', '[美国 Cloudflare CDN]'],
  43. ['https://ghps.cc/https://github.com', '美国', '[美国 Cloudflare CDN]'],
  44. ['https://cors.isteed.cc/github.com', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [Lufs\'s] 提供'],
  45. ['https://cdn.githubjs.cf', '美国', '[美国 Cloudflare CDN]'],
  46. //['https://download.njuu.cf', '美国', '[美国 拉斯维加斯] - 该公益加速源由 [LibraryCloud] 提供'],
  47. ['https://download.yzuu.cf', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [LibraryCloud] 提供'],
  48. ['https://download.nuaa.cf', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [LibraryCloud] 提供']
  49. //['https://download.cithub.icu', '美国', '[美国 洛杉矶]', 'https://archive.cithub.icu']
  50. ], download_url = [
  51. ['https://download.fastgit.org', '日本', '[日本 东京] - 该公益加速源由 [FastGit] 提供', 'https://archive.fastgit.org'],
  52. ['https://ghproxy.com/https://github.com', '韩国', '[韩国 首尔] - 该公益加速源由 [ghproxy] 提供,有不同地区的服务器,不过国内一般分配为韩国']
  53. ], clone_url = [
  54. ['https://gitclone.com', '国内', '[中国 国内] - 该公益加速源由 [GitClone] 提供

 - 缓存:有
 - 首次比较慢,缓存后较快'],
  55. ['https://kgithub.com', '新加坡', '[新加坡] - 该公益加速源由 [KGitHub] 提供

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

 - 缓存:无(或时间很短)'],
  57. // ['https://hub.fastgit.xyz', '日本', '[日本 东京] - 该公益加速源由 [FastGit] 提供'],
  58. ['https://ghproxy.com/https://github.com', '韩国', '[韩国 首尔] - 该公益加速源由 [ghproxy] 提供,有不同地区的服务器,不过国内一般分配为韩国'],
  59. //['https://gh.gcdn.mirr.one', '俄罗斯', '[俄罗斯 G-Core Labs CDN]'],
  60. //['https://cithub.icu', '美国', '[美国 洛杉矶]'],
  61. ['https://hub.njuu.cf', '美国', '[美国 拉斯维加斯] - 该公益加速源由 [LibraryCloud] 提供'],
  62. ['https://hub.yzuu.cf', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [LibraryCloud] 提供']
  63. //['https://hub.nuaa.cf', '美国', '[美国 Cloudflare CDN] - 该公益加速源由 [LibraryCloud] 提供']
  64. //['https://hub.0z.gs', '美国', '[美国 Cloudflare CDN]'],
  65. //['https://hub.shutcm.cf', '美国', '[美国 Cloudflare CDN]']
  66. ], clone_ssh_url = [
  67. ['git@ssh.fastgit.org', '香港', '[中国 香港] - 该公益加速源由 [FastGit] 提供'],
  68. ['git@git.zhlh6.cn', '美国', '[美国 洛杉矶]']
  69. ], raw_url = [
  70. ['https://raw.githubusercontent.com', 'Github 原生', '[日本 东京]'],
  71. ['https://jsd.cdn.zzko.cn/gh', '国内', '[中国 国内] - 该公益加速源由 [ayao] 提供

 - 缓存:有'],
  72. ['https://raw.iqiq.io', '香港 1', '[中国 香港] - 该公益加速源由 [iQDNS/iQZone] 提供

 - 缓存:无(或时间很短)'],
  73. ['https://raw.kgithub.com', '新加坡 1', '[新加坡] - 该公益加速源由 [KGitHub] 提供

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

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

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

 - 缓存:有
 - 不支持大小超过 30 MB 的文件'],
  77. ['https://raw.fastgit.org', '日本 3', '[日本 东京] - 该公益加速源由 [FastGit] 提供

 - 缓存:无(或时间很短)'],
  78. ['https://ghproxy.net/https://raw.githubusercontent.com', '日本 4', '[日本 大阪]

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

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

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

 - 缓存:无(或时间很短)'],
  82. ['https://gcore.jsdelivr.net/gh', '其他 1', '[移动走香港、电信走日本] - 该公益加速源由 [JSDelivr CDN] 提供

 - 缓存:有
 - 不支持大小超过 50 MB 的文件
 - 不支持版本号格式的分支名(如 v1.2.3)'],
  83. ['https://raw.githubusercontents.com', '其他 2', '[香港、新加坡、美国等](CDN 不固定)

 - 缓存:有
 - 该加速源不支持大小超过 1 MB 的文件'],
  84. ['https://github.moeyy.xyz/https://raw.githubusercontent.com', '其他 3', '[新加坡、香港、日本等](CDN 不固定)

 - 缓存:无(或时间很短)']
  85. //['https://raw-gh.gcdn.mirr.one', '俄罗斯', '[俄罗斯 G-Core Labs CDN]

 - 缓存:有']
  86. ], svg = [
  87. '<svg class="octicon octicon-file-zip mr-2" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true"><path fill-rule="evenodd" d="M3.5 1.75a.25.25 0 01.25-.25h3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h2.086a.25.25 0 01.177.073l2.914 2.914a.25.25 0 01.073.177v8.586a.25.25 0 01-.25.25h-.5a.75.75 0 000 1.5h.5A1.75 1.75 0 0014 13.25V4.664c0-.464-.184-.909-.513-1.237L10.573.513A1.75 1.75 0 009.336 0H3.75A1.75 1.75 0 002 1.75v11.5c0 .649.353 1.214.874 1.515a.75.75 0 10.752-1.298.25.25 0 01-.126-.217V1.75zM8.75 3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM6 5.25a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5A.75.75 0 016 5.25zm2 1.5A.75.75 0 018.75 6h.5a.75.75 0 010 1.5h-.5A.75.75 0 018 6.75zm-1.25.75a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM8 9.75A.75.75 0 018.75 9h.5a.75.75 0 010 1.5h-.5A.75.75 0 018 9.75zm-.75.75a1.75 1.75 0 00-1.75 1.75v3c0 .414.336.75.75.75h2.5a.75.75 0 00.75-.75v-3a1.75 1.75 0 00-1.75-1.75h-.5zM7 12.25a.25.25 0 01.25-.25h.5a.25.25 0 01.25.25v2.25H7v-2.25z"></path></svg>',
  88. '<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy js-clipboard-copy-icon d-inline-block"><path fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></path></svg><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check js-clipboard-check-icon color-fg-success d-inline-block d-sm-none"><path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path></svg>',
  89. '<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>'
  90. ], 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);'];
  91.  
  92. if (menu_raw_fast == null){menu_raw_fast = 1; GM_setValue('xiu2_menu_raw_fast', 1)};
  93. registerMenuCommand();
  94. // 注册脚本菜单
  95. function registerMenuCommand() {
  96. if (menu_feedBack_ID) { // 如果反馈菜单ID不是 null,则删除所有脚本菜单
  97. GM_unregisterMenuCommand(menu_menu_raw_fast_ID);
  98. GM_unregisterMenuCommand(menu_feedBack_ID);
  99. menu_raw_fast = GM_getValue('xiu2_menu_raw_fast');
  100. }
  101. if (menu_raw_fast > raw_url.length - 1) { // 避免在减少 raw 数组后,用户储存的数据大于数组而报错
  102. menu_raw_fast = 0
  103. }
  104. menu_menu_raw_fast_ID = GM_registerMenuCommand(`${menu_num(menu_raw_fast)} [ ${raw_url[menu_raw_fast][1]} ] 加速源 (☁) - 点击切换`, menu_toggle_raw_fast);
  105. 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://greasyfork.org/zh-CN/scripts/412245/feedback', {active: true,insert: true,setParent: true});});
  106. }
  107.  
  108. // 切换加速源
  109. function menu_toggle_raw_fast() {
  110. // 如果当前加速源位置大于等于加速源总数,则改为第一个加速源,反之递增下一个加速源
  111. if (menu_raw_fast >= raw_url.length - 1) {menu_raw_fast = 0;} else {menu_raw_fast += 1;}
  112. GM_setValue('xiu2_menu_raw_fast', menu_raw_fast);
  113. delRawDownLink(); // 删除旧加速源
  114. addRawDownLink(); // 添加新加速源
  115. GM_notification({text: "已切换加速源为:" + raw_url[menu_raw_fast][1], timeout: 3000}); // 提示消息
  116. registerMenuCommand(); // 重新注册脚本菜单
  117. };
  118.  
  119. // 菜单数字图标
  120. function menu_num(num) {
  121. return ['0️⃣','1️⃣','2️⃣','3️⃣','4️⃣','5️⃣','6️⃣','7️⃣','8️⃣','9️⃣','🔟'][num]
  122. }
  123.  
  124. colorMode(); // 适配白天/夜间主题模式
  125. if (location.pathname.indexOf('/releases')) addRelease(); // Release 加速
  126. setTimeout(addDownloadZIP, 2000); // Download ZIP 加速
  127. setTimeout(addGitClone, 2000); // Git Clone 加速
  128. setTimeout(addGitCloneSSH, 2000); // Git Clone SSH 加速
  129. addRawFile(); // Raw 加速
  130. setTimeout(addRawDownLink, 2000); // Raw 单文件快捷下载(☁),延迟 2 秒执行,避免被 pjax 刷掉
  131.  
  132. // Tampermonkey v4.11 版本添加的 onurlchange 事件 grant,可以监控 pjax 等网页的 URL 变化
  133. if (window.onurlchange === undefined) addUrlChangeEvent();
  134. window.addEventListener('urlchange', function() {
  135. colorMode(); // 适配白天/夜间主题模式
  136. if (location.pathname.indexOf('/releases')) addRelease(); // Release 加速
  137. setTimeout(addDownloadZIP, 2000); // Download ZIP 加速
  138. setTimeout(addGitClone, 2000); // Git Clone 加速
  139. setTimeout(addGitCloneSSH, 2000); // Git Clone SSH 加速
  140. addRawFile(); // Raw 加速
  141. setTimeout(addRawDownLink, 2000); // Raw 单文件快捷下载(☁),延迟 2 秒执行,避免被 pjax 刷掉
  142. addRawDownLink_(); // 在浏览器返回/前进时重新添加 Raw 下载链接(☁)鼠标事件
  143. });
  144.  
  145.  
  146. // Github Release 改版为动态加载文件列表,因此需要监控网页元素变化
  147. const callback = (mutationsList, observer) => {
  148. if (location.pathname.indexOf('/releases') === -1) return
  149. for (const mutation of mutationsList) {
  150. for (const target of mutation.addedNodes) {
  151. if (target.nodeType !== 1) return
  152. if (target.tagName === 'DIV' && target.dataset.viewComponent === 'true' && target.classList[0] === 'Box') addRelease();
  153. }
  154. }
  155. };
  156. const observer = new MutationObserver(callback);
  157. observer.observe(document, { childList: true, subtree: true });
  158.  
  159.  
  160. // download_url 加速源随机
  161. function get_New_download_url() {
  162. let a = Math.floor(Math.random()*download_url_us.length), b, c, d, new_download_url=[]
  163. do {b = Math.floor(Math.random()*download_url_us.length)} // 随机第二个
  164. while (b == a);
  165. do {c = Math.floor(Math.random()*download_url_us.length)} // 随机第三个
  166. while (c == a || c == b);
  167. do {d = Math.floor(Math.random()*download_url_us.length)} // 随机第四个
  168. while (d == a || d == b || d == c);
  169. //return download_url_us.concat(download_url) // 调试用
  170. return [download_url_us[a],download_url_us[b],download_url_us[c],download_url_us[d]].concat(download_url)
  171. }
  172.  
  173. // Release
  174. function addRelease() {
  175. let html = document.querySelectorAll('.Box-footer'); if (html.length == 0 || location.pathname.indexOf('/releases') == -1) return
  176. let divDisplay = 'margin-left: -90px;', new_download_url = get_New_download_url();
  177. if (document.documentElement.clientWidth > 755) {divDisplay = 'margin-top: -3px;margin-left: 8px;display: inherit;';}; // 调整小屏幕时的样式
  178. for (const current of html) {
  179. if (current.querySelector('.XIU2-RS')) continue
  180. current.querySelectorAll('li.Box-row a').forEach(function (_this) {
  181. let href = _this.href.split(location.host),
  182. url = '', _html = `<div class="XIU2-RS" style="${divDisplay}">`;
  183.  
  184. for (let i=0;i<new_download_url.length;i++) {
  185. if (new_download_url[i][3] !== undefined && url.indexOf('/archive/') !== -1) {
  186. url = new_download_url[i][3] + href[1]
  187. } else {
  188. url = new_download_url[i][0] + href[1]
  189. }
  190. if (location.host !== 'github.com') url = url.replace(location.host,'github.com')
  191. _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>`
  192. }
  193. _this.parentElement.nextElementSibling.insertAdjacentHTML('beforeend', _html + '</div>');
  194. });
  195. }
  196. }
  197.  
  198.  
  199. // Download ZIP
  200. function addDownloadZIP() {
  201. if (document.querySelector('.XIU2-DZ')) return
  202. let html = document.querySelector('#local-panel ul li:last-child');if (!html) return
  203. let href = html.getElementsByTagName('a')[0].href,
  204. url = '', _html = '', new_download_url = get_New_download_url();
  205. for (let i=0;i<new_download_url.length;i++) {
  206. if (new_download_url[i][3] === '') continue
  207.  
  208. if (new_download_url[i][3] !== undefined) {
  209. url = new_download_url[i][3] + href.split(location.host)[1]
  210. } else {
  211. url = new_download_url[i][0] + href.split(location.host)[1]
  212. }
  213. if (location.host !== 'github.com') url = url.replace(location.host,'github.com')
  214. _html += `<li class="Box-row Box-row--hover-gray p-3 mt-0 XIU2-DZ"><a class="d-flex flex-items-center color-fg-default text-bold no-underline" rel="noreferrer noopener nofollow" href="${url}" title="${new_download_url[i][2]}">${svg[0]}Download ZIP ${new_download_url[i][1]}</a></li>`
  215. }
  216. html.insertAdjacentHTML('afterend', _html);
  217. }
  218.  
  219.  
  220. // Git Clone
  221. function addGitClone() {
  222. if (document.querySelector('.XIU2-GC')) return
  223. let html = document.querySelector('[role="tabpanel"]:nth-child(2) div.input-group');if (!html) return
  224. let href_split = html.getElementsByTagName('input')[0].getAttribute('value').split(location.host),
  225. url = '', _html = '';
  226.  
  227. for (let i=0;i<clone_url.length;i++) {
  228. if (clone_url[i][0] === 'https://gitclone.com') {
  229. url = clone_url[i][0] + '/github.com' + href_split[1]
  230. } else {
  231. url = clone_url[i][0] + href_split[1]
  232. }
  233. _html += `<div class="input-group XIU2-GC" style="margin-top: 4px;" title="加速源:${clone_url[i][1]} (点击可直接复制)"><input value="${url}" aria-label="${url}" title="${clone_url[i][2]}" type="text" class="form-control input-monospace input-sm color-bg-subtle" data-autoselect="" readonly=""><div class="input-group-button"><clipboard-copy value="${url}" aria-label="Copy to clipboard" class="btn btn-sm js-clipboard-copy tooltipped-no-delay ClipboardButton" tabindex="0" role="button">${svg[1]}</clipboard-copy></div></div>`
  234. }
  235. html.insertAdjacentHTML('afterend', _html);
  236. }
  237.  
  238.  
  239. // Git Clone SSH
  240. function addGitCloneSSH() {
  241. if (document.querySelector('.XIU2-GCS')) return
  242. let html = document.querySelector('[role="tabpanel"]:nth-child(3) div.input-group');if (!html) return
  243. let href_split = html.getElementsByTagName('input')[0].getAttribute('value').split(':'),
  244. _html = '';
  245.  
  246. if (href_split[0] != 'git@github.com') return
  247.  
  248. for (let i=0;i<clone_ssh_url.length;i++) {
  249. _html += `<div class="input-group XIU2-GCS" style="margin-top: 4px;" title="加速源:${clone_ssh_url[i][1]} (点击可直接复制)"><input value="${clone_ssh_url[i][0] + ':' + href_split[1]}" aria-label="${clone_ssh_url[i][0] + ':' + href_split[1]}" title="${clone_ssh_url[i][2]}" type="text" class="form-control input-monospace input-sm color-bg-subtle" data-autoselect="" readonly=""><div class="input-group-button"><clipboard-copy value="${clone_ssh_url[i][0] + ':' + href_split[1]}" aria-label="Copy to clipboard" class="btn btn-sm js-clipboard-copy tooltipped-no-delay ClipboardButton" tabindex="0" role="button">${svg[1]}</clipboard-copy></div></div>`
  250. }
  251. html.insertAdjacentHTML('afterend', _html);
  252. }
  253.  
  254.  
  255. // Raw
  256. function addRawFile() {
  257. if (document.querySelector('.XIU2-RF')) return
  258. let html = document.getElementById('raw-url');if (!html) return
  259. let href = location.href.replace(`https://${location.host}`,''),
  260. href2 = href.replace('/blob/','/'),
  261. url = '', _html = '';
  262.  
  263. for (let i=1;i<raw_url.length;i++) {
  264. if (raw_url[i][0].indexOf('/gh') != -1 && raw_url[i][0].indexOf('cdn.staticaly.com') === -1) {
  265. url = raw_url[i][0] + href.replace('/blob/','@');
  266. } else {
  267. url = raw_url[i][0] + href2;
  268. }
  269. _html += `<a href="${url}" title="${raw_url[i][2]}" target="_blank" role="button" rel="noreferrer noopener nofollow" class="btn-sm btn BtnGroup-item XIU2-RF">${raw_url[i][1].replace(/ \d/,'')}</a>`
  270. }
  271. html.insertAdjacentHTML('afterend', _html);
  272. }
  273.  
  274.  
  275. // Raw 单文件快捷下载(☁)
  276. function addRawDownLink() {
  277. // 如果不是项目文件页面,就返回,如果网页有 Raw 下载链接(☁)就返回
  278. let files = document.querySelectorAll('div.Box-row svg.octicon.octicon-file');if(files.length === 0) return;if (location.pathname.indexOf('/tags') > -1) return
  279. let files1 = document.querySelectorAll('a.fileDownLink');if(files1.length > 0) return;
  280.  
  281. // 鼠标指向则显示
  282. var mouseOverHandler = function(evt) {
  283. let elem = evt.currentTarget,
  284. aElm_new = elem.querySelectorAll('.fileDownLink'),
  285. aElm_now = elem.querySelectorAll('svg.octicon.octicon-file');
  286. aElm_new.forEach(el=>{el.style.cssText = 'display: inline'});
  287. aElm_now.forEach(el=>{el.style.cssText = 'display: none'});
  288. };
  289.  
  290. // 鼠标离开则隐藏
  291. var mouseOutHandler = function(evt) {
  292. let elem = evt.currentTarget,
  293. aElm_new = elem.querySelectorAll('.fileDownLink'),
  294. aElm_now = elem.querySelectorAll('svg.octicon.octicon-file');
  295. aElm_new.forEach(el=>{el.style.cssText = 'display: none'});
  296. aElm_now.forEach(el=>{el.style.cssText = 'display: inline'});
  297. };
  298.  
  299. // 循环添加
  300. files.forEach(function(fileElm, i) {
  301. let trElm = fileElm.parentNode.parentNode,
  302. cntElm_a = trElm.querySelector('[role="rowheader"] > .css-truncate.css-truncate-target.d-block.width-fit > a'),
  303. cntElm_svg = trElm.querySelector('.mr-3.flex-shrink-0 svg.octicon.octicon-file'),
  304. Name = cntElm_a.innerText,
  305. href = cntElm_a.getAttribute('href'),
  306. href2 = href.replace('/blob/','/'), url, url_name, url_tip = '';
  307. if (raw_url[menu_raw_fast][0].indexOf('/gh') != -1 && raw_url[menu_raw_fast][0].indexOf('cdn.staticaly.com') === -1) {
  308. url = raw_url[menu_raw_fast][0] + href.replace('/blob/','@');
  309. } else {
  310. url = raw_url[menu_raw_fast][0] + href2;
  311. }
  312.  
  313. url_name = raw_url[menu_raw_fast][1]; url_tip = raw_url[menu_raw_fast][2];
  314. cntElm_svg.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_raw_fast][1]} ] 加速源 (☁) 即可切换。">${svg[2]}</a>`);
  315. // 绑定鼠标事件
  316. trElm.onmouseover = mouseOverHandler;
  317. trElm.onmouseout = mouseOutHandler;
  318. });
  319. }
  320.  
  321.  
  322. // 移除 Raw 单文件快捷下载(☁)
  323. function delRawDownLink() {
  324. let aElm = document.querySelectorAll('.fileDownLink');if(aElm.length === 0) return;
  325. aElm.forEach(function(fileElm) {fileElm.remove();})
  326. }
  327.  
  328.  
  329. // 在浏览器返回/前进时重新添加 Raw 单文件快捷下载(☁)鼠标事件
  330. function addRawDownLink_() {
  331. // 如果不是项目文件页面,就返回,如果网页没有 Raw 下载链接(☁)就返回
  332. let files = document.querySelectorAll('div.Box-row svg.octicon.octicon-file');if(files.length === 0) 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');
  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');
  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, i) {
  355. let trElm = fileElm.parentNode.parentNode;
  356. // 绑定鼠标事件
  357. trElm.onmouseover = mouseOverHandler;
  358. trElm.onmouseout = mouseOutHandler;
  359. });
  360. }
  361.  
  362.  
  363. // 适配白天/夜间主题模式
  364. function colorMode() {
  365. let style_Add;
  366. 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';}
  367. backColor = '#ffffff'; fontColor = '#888888';
  368.  
  369. if (document.getElementsByTagName('html')[0].getAttribute('data-color-mode') === 'dark') { // 如果是夜间模式
  370. if (document.getElementsByTagName('html')[0].getAttribute('data-dark-theme') === 'dark_dimmed') {
  371. backColor = '#272e37'; fontColor = '#768390';
  372. } else {
  373. backColor = '#161a21'; fontColor = '#97a0aa';
  374. }
  375. } else if (document.getElementsByTagName('html')[0].getAttribute('data-color-mode') === 'auto') { // 如果是自动模式
  376. if (window.matchMedia('(prefers-color-scheme: dark)').matches || document.getElementsByTagName('html')[0].getAttribute('data-light-theme').indexOf('dark') > -1) { // 如果浏览器是夜间模式 或 白天模式是 dark 的情况
  377. if (document.getElementsByTagName('html')[0].getAttribute('data-dark-theme') === 'dark_dimmed') {
  378. backColor = '#272e37'; fontColor = '#768390';
  379. } else if (document.getElementsByTagName('html')[0].getAttribute('data-dark-theme').indexOf('light') == -1) { // 排除夜间模式是 light 的情况
  380. backColor = '#161a21'; fontColor = '#97a0aa';
  381. }
  382. }
  383. }
  384.  
  385. document.lastElementChild.appendChild(style_Add).textContent = `.XIU2-RS a {--XIU2-back-Color: ${backColor}; --XIU2-font-Color: ${fontColor};}`;
  386. }
  387.  
  388.  
  389. // 自定义 urlchange 事件(用来监听 URL 变化),针对非 Tampermonkey 油猴管理器
  390. function addUrlChangeEvent() {
  391. history.pushState = ( f => function pushState(){
  392. var ret = f.apply(this, arguments);
  393. window.dispatchEvent(new Event('pushstate'));
  394. window.dispatchEvent(new Event('urlchange'));
  395. return ret;
  396. })(history.pushState);
  397.  
  398. history.replaceState = ( f => function replaceState(){
  399. var ret = f.apply(this, arguments);
  400. window.dispatchEvent(new Event('replacestate'));
  401. window.dispatchEvent(new Event('urlchange'));
  402. return ret;
  403. })(history.replaceState);
  404.  
  405. window.addEventListener('popstate',()=>{
  406. window.dispatchEvent(new Event('urlchange'))
  407. });
  408. }
  409. })();