Bypass weixin110

Bypass wechat url warning

目前為 2022-10-09 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Bypass weixin110
// @namespace    [email protected]
// @version      0.1
// @description  Bypass wechat url warning
// @author       Ray
// @license      MIT
// @match        https://weixin110.qq.com/cgi-bin/mmspamsupport-bin/newredirectconfirmcgi*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=weixin.qq.com
// @grant        none
// @run-at       document-start
// ==/UserScript==

// eslint-disable-next-line no-eval
window.eval(document.querySelector('script').textContent)
const parser = new DOMParser().parseFromString(window.cgiData.url, "text/html");
window.location.replace(parser.documentElement.textContent)

QingJ © 2025

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