This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name QQ/微信拦截自动跳转 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0.1 | |
| // @description 自动跳过 QQ 和微信的拦截页面 | |
| // @author hotwords123 | |
| // @match *://c.pc.qq.com/* | |
| // @match *://weixin110.qq.com/cgi-bin/mmspamsupport-bin/newredirectconfirmcgi* | |
| // @run-at document-start | |
| // @grant none |