您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
重定向飞客的各种不同域名,避免重复登录(不可用)。
当前为
// ==UserScript== // @name 飞客茶馆网址重定向助手 // @version 0.1 // @description 重定向飞客的各种不同域名,避免重复登录(不可用)。 // @match *://47.100.65.202/* // @author Eric Qian // @namespace https://gf.qytechs.cn/users/1240870 // @grant none // @run-at document-start // @license MIT // ==/UserScript== // forked from https://gf.qytechs.cn/zh-CN/scripts/453395-nga%E7%BD%91%E5%9D%80%E9%87%8D%E5%AE%9A%E5%90%91%E5%8A%A9%E6%89%8B const flyert_destination = "www.flyert.com" if (location.hostname!=flyert_destination) { window.location.replace(location.href.replace(location.hostname, flyert_destination)); }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址