upgrade: github油猴脚本 to `2.6.21`:更新加速源。

scripts
王良 2025-05-15 10:41:54 +08:00
parent eae4cd8c41
commit 1a718baf28
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
*
* @name Github 增强 - 高速下载Github油猴脚本
* @name:en Github Enhancement - High Speed DownloadGithub Greasemonkey Script
* @version 2.6.20
* @version 2.6.21
* @since 2025-03-11 13:50
* @author X.I.U
* @description High-speed download of Git Clone/SSH, Release, Raw, Code(ZIP) and other files (Based on public welfare), project list file quick download ()
@ -16,7 +16,7 @@
* @homepageURL https://github.com/XIU2/UserScript
* @sourceURL https://github.com/XIU2/UserScript/blob/master/GithubEnhanced-High-Speed-Download.user.js
*/
const ds_github_monkey_version = "2.6.20_1";
const ds_github_monkey_version = "2.6.21_1";
document.addEventListener("DOMContentLoaded", () => {
const DS_init = (window.__ds_global__ || {})['DS_init']
if (typeof DS_init === 'function') {