Skip to content

Commit 900e14e

Browse files
committed
更新 适配 [Release] 网页最新改动
1 parent 2d84a1d commit 900e14e

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:ru Улучшение GitHub – быстрое скачивание
6-
// @version 2.6.39
6+
// @version 2.6.40
77
// @author X.I.U
88
// @description High-speed download of Git Clone/SSH, Release, Raw, Code(ZIP) and other files (Based on public welfare), project list file quick download (☁)
99
// @description:zh-CN 高速下载 Git Clone/SSH、Release、Raw、Code(ZIP) 等文件 (公益加速)、项目列表单文件快捷下载 (☁)
@@ -248,7 +248,7 @@
248248
}
249249
_html += `<a style="${style[0]}" class="btn" href="${url}" target="_blank" title="${new_download_url[i][2]}\n\n提示:如果不想要点击链接在前台打开空白新标签页(一闪而过影响体验),\n可以 [鼠标中键] 或 [Ctrl+鼠标左键] 点击加速链接即可在后台打开新标签页!" rel="noreferrer noopener nofollow">${new_download_url[i][1]}</a>`
250250
}
251-
_this.parentElement.nextElementSibling.insertAdjacentHTML('beforeend', _html + '</div>');
251+
_this.parentElement.parentElement.nextElementSibling.insertAdjacentHTML('beforeend', _html + '</div>');
252252
});
253253
}
254254
}

0 commit comments

Comments
 (0)