wbdacdn跳转

跳转 http://weibo.wbdacdn.com/url/t/abcd/ 到http://t.cn/abcd

// ==UserScript==
// @name 		    wbdacdn跳转
// @description		跳转 http://weibo.wbdacdn.com/url/t/abcd/ 到http://t.cn/abcd
// @author		    bearqq
// @namespace   	
// @version		    1.2
// @date		    2017.7.14
// @modified		2017.7.14
// @supportURL      https://gf.qytechs.cn/scripts/31432/
// 
// @include     	http://weibo.wbdacdn.com/*
// 
// @encoding		utf-8
// @run-at          document-start
// ==/UserScript==

urls=location.href.split('/').slice(4);
if (urls[0]=="t") {
  location.href = "http://t.cn/"+urls[1];
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址