消腾讯链接插入页

自动跳转腾讯链接插入页

目前为 2022-09-09 提交的版本。查看 最新版本

// ==UserScript==
// @name        消腾讯链接插入页
// @namespace   Violentmonkey Scripts
// @match       *://c.pc.qq.com/middlem.html*
// @grant       none
// @version     1.0
// @author      Eric_Lian
// @description 自动跳转腾讯链接插入页
// @icon        https://3gimg.qq.com/tele_safe/static/tmp/ic_alert_blue.png
// @license     MIT
// ==/UserScript==
(function(){
  'use strict';
  var target = getParams('pfurl');
  if (target) {
      window.location.replace(target);
  }
})();

QingJ © 2025

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