// ==UserScript== // @name 在微信拦截页面自动跳转 / Autojump URL In Weixin110 Page // @namespace leizingyiu.net // @match http*://weixin110.qq.com/cgi-bin/mmspamsupport-bin/newredirectconfirmcgi* // @grant none // @version 20240118.18.38.21 // @author leizingyiu // @license GPL-3.0-only // @description 微信的拦截真的很麻烦,简单弄个跳转 // @downloadURL none // ==/UserScript== window.location.href=document.querySelector('p').innerText;