您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
微信的拦截真的很麻烦,简单弄个跳转
当前为
// ==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 微信的拦截真的很麻烦,简单弄个跳转 // ==/UserScript== window.location.href=document.querySelector('p').innerText;