QQ当前网页非官方页面自动跳转

电脑QQ当前网页非官方页面自动跳转

当前为 2022-01-10 提交的版本,查看 最新版本

// ==UserScript==
// @name         QQ当前网页非官方页面自动跳转
// @namespace    https://gf.qytechs.cn/zh-CN/scripts/438306/
// @version      1.0
// @description  电脑QQ当前网页非官方页面自动跳转
// @author       Yong_Hu_Ming
// @match        https://c.pc.qq.com/*
// @icon         https://qzonestyle.gtimg.cn/qzone/qzact/act/external/tiqq/logo.png
// @grant        none
// @require      http://cdn.bootcss.com/jquery/1.8.3/jquery.min.js
// @license GNU GPLv3
// ==/UserScript==

(function() {
    'use strict';
    window.location.href = $("div#url.url")[0].innerText;
})();

QingJ © 2025

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