Greasy Fork

研修破解

关闭教师研修提示暂停 适用于teacheredu.cn登录入口的教师研修或视频页面为study.yanxiu.jsyxsq.com/proj/studentwork/的研修

目前为 2017-12-09 提交的版本。查看 最新版本

// ==UserScript==
// @name         研修破解
// @namespace    研修破解
// @version      1.0
// @description  关闭教师研修提示暂停 适用于teacheredu.cn登录入口的教师研修或视频页面为study.yanxiu.jsyxsq.com/proj/studentwork/的研修
// @author       Micrafast
// @match        http://study.yanxiu.jsyxsq.com/proj/studentwork/*
// @grant        none
// ==/UserScript==
function openTishi(minute,second){
    if(minute==randomTime)
    {
        if(second == "0")
        {
            var tishiTime=document.form2.thzt.value;
            updateStudyTime(0);
            setRandomTipTime();
        }
    }
}

function openTishi(second){
    if(second==randomTime)
    {
        var tishiTime=document.form2.thzt.value;
        updateStudyTime(0);
        setRandomTipTime();
    }
}

(function() {
    'use strict';
    var tishiBar = document.getElementById("benci").parentNode;
    var child = document.createTextNode("破解成功");
    tishiBar.appendChild(child);
})();