From 3ca9725dc2cddca53e5ea692c76618bc956c021f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Wed, 24 Apr 2024 17:39:22 +0800 Subject: [PATCH] =?UTF-8?q?github=5F2.5.20.3=EF=BC=9A=E9=BC=A0=E6=A0=87?= =?UTF-8?q?=E7=A7=BB=E5=88=B0clone=E6=A1=86=E6=97=B6=EF=BC=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AE=8C=E6=95=B4=E5=9C=B0=E5=9D=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GithubEnhanced-High-Speed-Download.user.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/GithubEnhanced-High-Speed-Download.user.js b/GithubEnhanced-High-Speed-Download.user.js index 1da632d..5ed1d10 100644 --- a/GithubEnhanced-High-Speed-Download.user.js +++ b/GithubEnhanced-High-Speed-Download.user.js @@ -4,8 +4,8 @@ * * @name Github 增强 - 高速下载(Github油猴脚本) * @name:en Github Enhancement - High Speed Download(Github Greasemonkey Script) - * @version 2.5.20.2 - * @since 2024-04-24 17:27 + * @version 2.5.20.3 + * @since 2024-04-24 17:38 * @author X.I.U * @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、项目列表单文件快捷下载 (☁)、添加 git clone 命令 * @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 (☁) @@ -15,7 +15,7 @@ * @homepageURL https://github.com/XIU2/UserScript * @sourceURL https://github.com/XIU2/UserScript/blob/master/GithubEnhanced-High-Speed-Download.user.js */ -var ds_github_monkey_version = "2.5.20.2"; +var ds_github_monkey_version = "2.5.20.3"; document.addEventListener("DOMContentLoaded", () => { const DS_init = (window.__ds_global__ || {})['DS_init'] if (typeof DS_init === 'function') { @@ -304,12 +304,12 @@ document.addEventListener("DOMContentLoaded", () => { let html_clone = html.cloneNode(true); for (let i=0;i' } html.parentElement.insertAdjacentHTML('afterend', _html); @@ -329,9 +329,9 @@ document.addEventListener("DOMContentLoaded", () => { // 克隆原 Git Clone SSH 元素 let html_clone = html.cloneNode(true); for (let i=0;i' } html.parentElement.insertAdjacentHTML('afterend', _html);