您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
关闭教师研修提示暂停 适用于teacheredu.cn登录入口的教师研修或视频页面为study.yanxiu.jsyxsq.com/proj/studentwork/的研修
当前为
// ==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); })();