Greasy Fork

Greasy Fork is available in English.

成都市中小学教师继续教育网-挂机插件

成都继续教育挂机-免15分钟弹窗

当前为 2020-05-13 提交的版本,查看 最新版本

// ==UserScript==
// @name         成都市中小学教师继续教育网-挂机插件
// @namespace    http://notes.stepin.cn
// @version      0.2
// @description  成都继续教育挂机-免15分钟弹窗
// @author       stepin
// @include      http://www.cdjxjy.com/*
// @run-at 	 document-end
// ==/UserScript==

(function () {
    if(typeof(dingshi) === 'undefined'){
    }else{
        var longDS = 3100
        confirm("开始挂机,修改参数dingshi:弹窗时间由"+dingshi+"秒变为"+ longDS+"秒")
        dingshi = longDS
    }
})();