Update monkey.js:调整注释内容

scripts
王良 2024-04-15 11:27:43 +08:00 committed by GitHub
parent 62156b21db
commit c4c17f5603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 13 deletions

View File

@ -1,16 +1,15 @@
// ==UserScript== /**
// @name Github 增强 - 高速下载 * @name Github 增强 - 高速下载
// @name:en Github Enhancement - High Speed Download * @name:en Github Enhancement - High Speed Download
// @version 2.5.19 * @version 2.5.19
// @author X.I.U * @author X.I.U
// @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、项目列表单文件快捷下载 (☁)、添加 git clone 命令 * @description 高速下载 Git Clone/SSHReleaseRawCode(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 (☁) * @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 * @license GPL-3.0 License
// @namespace https://greasyfork.org/scripts/412245 * @namespace https://greasyfork.org/scripts/412245
// @supportURL https://github.com/XIU2/UserScript * @supportURL https://github.com/XIU2/UserScript
// @homepageURL https://github.com/XIU2/UserScript * @homepageURL https://github.com/XIU2/UserScript
// ==/UserScript== */
window.addEventListener("load", ()=> { window.addEventListener("load", ()=> {
const GM_registerMenuCommand = window.__ds_global__['GM_registerMenuCommand'] || (() => {}) const GM_registerMenuCommand = window.__ds_global__['GM_registerMenuCommand'] || (() => {})
const GM_unregisterMenuCommand = window.__ds_global__['GM_unregisterMenuCommand'] const GM_unregisterMenuCommand = window.__ds_global__['GM_unregisterMenuCommand']