屏蔽信息框

屏蔽网页上的alert信息框

目前為 2020-11-27 提交的版本,檢視 最新版本

// ==UserScript==
// @name         屏蔽信息框
// @namespace    https://gf.qytechs.cn/zh-CN/users/707063-genexy
// @version      202011272252
// @description  屏蔽网页上的alert信息框
// @author       流浪的蛊惑
// @match        *://*/*
// @run-at       document-start
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    window.alert=function(e){console.log(e);};
})();

QingJ © 2025

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