Skip to content

Commit daf77e4

Browse files
committed
修复 [Raw 快捷下载] 显示不全的问题
1 parent 9aac749 commit daf77e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GithubEnhanced-High-Speed-Download.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @name:zh-CN Github 增强 - 高速下载
44
// @name:zh-TW Github 增強 - 高速下載
55
// @name:en Github Enhancement - High Speed Download
6-
// @version 2.1.6
6+
// @version 2.1.7
77
// @author X.I.U
88
// @description 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁)
99
// @description:zh-CN 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁)
@@ -305,7 +305,7 @@
305305
href = cntElm_a.getAttribute('href'),
306306
href2 = href.replace('/blob/','/'), url, url_name, url_tip = '';
307307

308-
if (raw_url[menu_raw_fast][0].indexOf('jsdelivr.net') != -1 || raw_url[i][0].indexOf('eagleyao.com') != -1) {
308+
if (raw_url[menu_raw_fast][0].indexOf('jsdelivr.net') != -1 || raw_url[menu_raw_fast][0].indexOf('eagleyao.com') != -1) {
309309
url = raw_url[menu_raw_fast][0] + href.replace('/blob/','@');
310310
} else {
311311
url = raw_url[menu_raw_fast][0] + href2;

0 commit comments

Comments
 (0)