// ==UserScript== // @name 微博外链 APP 自动跳转 // @namespace https://github.com/fython // @version 0.1 // @description 渣浪微博外链(t.cn) // @author WSAT // @match https://m.weibo.cn/feature/* // @license MIT // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; function getQueryVariable(str,variable) { var query = str; var vars = query.split("&"); for (var i=0;i