From c4c17f5603ff5d588984a66a142cbcd452577601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Mon, 15 Apr 2024 11:27:43 +0800 Subject: [PATCH] =?UTF-8?q?Update=20monkey.js=EF=BC=9A=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- github/monkey.js | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/github/monkey.js b/github/monkey.js index 96ee763..ce0b25e 100644 --- a/github/monkey.js +++ b/github/monkey.js @@ -1,16 +1,15 @@ -// ==UserScript== -// @name Github 增强 - 高速下载 -// @name:en Github Enhancement - High Speed Download -// @version 2.5.19 -// @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 (☁) -// @license GPL-3.0 License -// @namespace https://greasyfork.org/scripts/412245 -// @supportURL https://github.com/XIU2/UserScript -// @homepageURL https://github.com/XIU2/UserScript -// ==/UserScript== - +/** + * @name Github 增强 - 高速下载 + * @name:en Github Enhancement - High Speed Download + * @version 2.5.19 + * @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 (☁) + * @license GPL-3.0 License + * @namespace https://greasyfork.org/scripts/412245 + * @supportURL https://github.com/XIU2/UserScript + * @homepageURL https://github.com/XIU2/UserScript + */ window.addEventListener("load", ()=> { const GM_registerMenuCommand = window.__ds_global__['GM_registerMenuCommand'] || (() => {}) const GM_unregisterMenuCommand = window.__ds_global__['GM_unregisterMenuCommand']