关闭右下角与网页对话框

2023/11/21 15:46:10

// ==UserScript==
// @name        关闭右下角与网页对话框
// @namespace   Violentmonkey Scripts
// @match       *://*/*
// @grant       none
// @version     1.0
// @author      -
// @description 2023/11/21 15:46:10
// ==/UserScript==


setTimeout(close_window, 5000);

function close_window(){
  box = document.querySelector("#web-cat-message");
  box.style.display = 'none';
}

QingJ © 2025

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