版本号调整。
parent
bfa18fb3c3
commit
2a7856896c
|
@ -15,8 +15,7 @@
|
||||||
* @homepageURL https://github.com/XIU2/UserScript
|
* @homepageURL https://github.com/XIU2/UserScript
|
||||||
* @sourceURL https://github.com/XIU2/UserScript/blob/master/GithubEnhanced-High-Speed-Download.user.js
|
* @sourceURL https://github.com/XIU2/UserScript/blob/master/GithubEnhanced-High-Speed-Download.user.js
|
||||||
*/
|
*/
|
||||||
const github_monkey_version = "2.6.3";
|
const ds_github_monkey_version = "2.6.3_3";
|
||||||
const ds_github_monkey_version = github_monkey_version + "_3";
|
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
const DS_init = (window.__ds_global__ || {})['DS_init']
|
const DS_init = (window.__ds_global__ || {})['DS_init']
|
||||||
if (typeof DS_init === 'function') {
|
if (typeof DS_init === 'function') {
|
||||||
|
|
Loading…
Reference in New Issue