连云港专业技术人员自动点击确定插件

autoconfirm

当前为 2022-06-22 提交的版本,查看 最新版本

// ==UserScript==
// @name         连云港专业技术人员自动点击确定插件
// @include      http://117.60.146.16:8089/
// @include      http://117.60.146.16:8089/*
// @version      1.1
// @description  autoconfirm
// @author       Ove
// @match       http://117.60.146.16:8089/*
// @grant        none
// @namespace    http://tampermonkey.net/
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    var confirm = function () {
        return true;
    };
    window.confirm = function () {
        return true;
    };
})();

QingJ © 2025

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