您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
江西省教育学习挂机
当前为
// ==UserScript== // @name 教师信息技术应用能力挂机 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 江西省教育学习挂机 // @author You // @match http://jxsxxyey2016.e.px.teacher.com.cn/home/student/* // @grant none // ==/UserScript== (function() { 'use strict'; window.alert = function() {return ;}; setInterval(function(){ if (Math.floor(TimeNum/60) >= 10) { validateType=false; $("#comfirmButtonTo").click(); console.log("更新了"+ Math.floor(TimeNum/60) + "分钟~~~~~"); } else { console.log("更新时间未到,目前学习:" + Math.floor(TimeNum/60)); } }, Math.random()*10000+60000); })();