// ==UserScript== // @name fastGithub // @namespace https://github.zhlh6.cn // @version 0.2 // @description 加速你的github clone速度 // @author ZHLH // @match https://github.com/* // @run-at document-idle // @grant none // @downloadURL https://update.greasyfork.icu/scripts/401027/fastGithub.user.js // @updateURL https://update.greasyfork.icu/scripts/401027/fastGithub.meta.js // ==/UserScript== (function() { setTimeout(function(){ var patt = /git@github.com/; var address = document.querySelectorAll('input.input-monospace'); var i,add; for(i = 0;i