qq提醒跳过

自动跳过QQ链接提醒

目前為 2021-08-04 提交的版本,檢視 最新版本

// ==UserScript==
// @name         qq提醒跳过
// @namespace    http://huoyiming.cf:2005/
// @version      1.1
// @description  自动跳过QQ链接提醒
// @author       Lucien2714
// @match        https://c.pc.qq.com/middlem.html?*
// @icon         https://i.loli.net/2021/08/04/WtCjarZQqPwBlzI.png
// @grant        none
// @license      GPL-3.0
// ==/UserScript==

(function() {
    'use strict';
    var url=document.querySelector("#url");
    url=url.innerHTML;
    url=url.substring(url.indexOf(">")+1,url.length);
    location.href=url;
})();

QingJ © 2025

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