// ==UserScript== // @name fastGithub // @namespace https://github.zhlh6.cn // @version 0.1 // @description 加速你的github clone速度 // @author ZHLH // @match https://github.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { var patt = /git@github.com:/; var address = document.querySelectorAll('input.input-monospace'); var i,add; for(i = 0;i