// ==UserScript== // @name acfun2aixifan // @namespace http://zhihaofans.com // @version 0.1.1 // @description http://acfun.tv域名自动跳转到http://www.aixifan.com,网站出问题时可启动 // @author zhihaofans // @match http://www.acfun.tv/* // @match http://www.aixifan.com/* // @grant none // @note V0.1.0:初始版本 // @note V0.1.1:将www.aixifan.com下所有acfun.tv超链接改为www.aixifan.com // @icon http://cdn.aixifan.com/ico/favicon.ico // @downloadURL none // ==/UserScript== if(location.hostname=="www.acfun.tv") { location.href="http://www.aixifan.com"+location.pathname; } window.onload=function() { if(location.hostname=="www.aixifan.com") { var links=document.getElementsByTagName("a"); var links_num=links.length; for(var aaaa=0;aaaa