[JavaScript] 纯文本查看 复制代码
// ==UserScript==// [url=home.php?mod=space&uid=170990]@name[/url]                git clone快速下载// [url=home.php?mod=space&uid=467642]@namespace[/url]           https://bbs.tampermonkey.net.cn/// [url=home.php?mod=space&uid=1248337]@version[/url]             0.1.0// @description         使用gitclone加速下载// [url=home.php?mod=space&uid=686208]@AuThor[/url]              Js菜鸟// [url=home.php?mod=space&uid=195849]@match[/url]               https://github.com/*// ==/UserScript==(function () {    'use strict';    //html display    var original_base_string = "git clone https://gitclone.com/"    var original_url = document.querySelector('#repo-content-pjax-container > div.clearfix.container-xl.px-3.px-md-4.px-lg-5.mt-4 > div > div.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-end.Layout--sidebarPosition-flowRow-end > div.Layout-main > div.file-navigation.mb-3.d-flex.flex-items-start > span > get-repo > feature-callout > details > div > div > div:nth-child(1) > ul > li:nth-child(1) > tab-container > div:nth-child(2) > div > input')    var now_url = original_url.value.split("//")[1]    var display_url = original_base_string.concat(now_url)    // update display url    var update_url = original_url.value = display_url    // update copy url    var copy_url = document.querySelector('#repo-content-pjax-container > div > div > div.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-end.Layout--sidebarPosition-flowRow-end > div.Layout-main > div.file-navigation.mb-3.d-flex.flex-items-start > span > get-repo > feature-callout > details > div > div > div:nth-child(1) > ul > li:nth-child(1) > tab-container > div:nth-child(2) > div > div > clipboard-copy').value = display_url            //替换图标中文字    var title = document.querySelector('#repo-content-pjax-container > div > div > div.Layout.Layout--flowRow-until-md.Layout--sidebarPosition-end.Layout--sidebarPosition-flowRow-end > div.Layout-main > div.file-navigation.mb-3.d-flex.flex-items-start > span > get-repo > feature-callout > details > summary').textContent = '镜像下载'})();

菜鸟补充一下,这是Greasemonkey的一个js脚本,基于gitee已经那啥,GitHub访问不稳定,其实也是自己懒笨,老是想白嫖一些代码,所以就写了这个,一键复制git clone项目,代码很烂,大佬勿喷
标签:
js菜鸟试手之github快速下载

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com

评论“js菜鸟试手之github快速下载”

暂无“js菜鸟试手之github快速下载”评论...