33// @version 1.0.3
44// @author X.I.U
55// @description 为 Github 的 Releases、Code(ZIP) 添加高速下载
6- // @match *://github.com/*
6+ // @match https://github.com/*/*
7+ // @match https://github.com/*/*/releases
8+ // @match https://github.com/*/*/releases/*
79// @icon https://github.githubassets.com/favicon.ico
810// @require https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js
911// @license GPL-3.0 License
1315
1416( function ( ) {
1517 var source_code = false ; // Source code 加速,false=关闭,true=开启
16- var download_url1 = "https://download.fastgit.org" ; // 日本东京服务器
18+ var download_url1 = "https://download.fastgit.org" ;
1719 var download_url1_name = "日本东京" ;
18- var download_url2 = "https://github.wuyanzheshui.workers.dev" ; // Cloudflare CDN 美国服务器
20+ var download_url2 = "https://github.wuyanzheshui.workers.dev" ;
1921 var download_url2_name = "美国 01" ;
20- var download_url3 = "https://gh.api.99988866.xyz" ; // Cloudflare CDN 美国服务器
22+ var download_url3 = "https://gh.api.99988866.xyz" ;
2123 var download_url3_name = "美国 02" ;
22- var download_url4 = "https://g.ioiox.com" ; // 腾讯 中国香港服务器
24+ var download_url4 = "https://g.ioiox.com" ;
2325 var download_url4_name = "中国香港" ;
24- var download_url5 = "https://git.yumenaka.net" ; // 搬瓦工 美国洛杉矶服务器
26+ var download_url5 = "https://git.yumenaka.net" ;
2527 var download_url5_name = "美国洛杉矶" ;
2628 var download_zip_svg = `<svg class="octicon octicon-file-zip mr-3" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="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>` ;
2729 var download_releases_style = `padding:0 4px;margin-right: -1px;border-radius: 2px;background-color: #ffffff;border-color: rgba(27, 31, 35, 0.1);font-size: 12px;`
8183` ;
8284 $ ( this ) . after ( span1 ) ;
8385 } ) ;
84- } ) ( ) ;
86+ } ) ( ) ;
0 commit comments