f**k wechat taobao link

fix wechat to direct open tb link/微信桌面版直接打开x宝链接

当前为 2020-08-02 提交的版本,查看 最新版本

// ==UserScript==
// @name         f**k wechat taobao link
// @namespace    https://rainhan.io
// @version      0.1
// @description  fix wechat to direct open tb link/微信桌面版直接打开x宝链接
// @author       Luuray
// @match        https://support.weixin.qq.com/cgi-bin/mmsupport-bin/readtemplate?t=w_redirect_taobao*
// @grant        none
// ==/UserScript==
(function() {
    'use strict';

    var url = document.body.getAttribute("url").replace(/&/g, "&");
    location.replace(url);
})();

QingJ © 2025

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