|
|
|
@ -15,8 +15,7 @@
|
|
|
|
|
* @homepageURL https://github.com/XIU2/UserScript
|
|
|
|
|
* @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 = github_monkey_version + "_3";
|
|
|
|
|
const ds_github_monkey_version = "2.6.3_3";
|
|
|
|
|
document.addEventListener("DOMContentLoaded", () => {
|
|
|
|
|
const DS_init = (window.__ds_global__ || {})['DS_init']
|
|
|
|
|
if (typeof DS_init === 'function') {
|
|
|
|
|