河北云教育挂课加速器 www.hebyunedu.com

河北云教育平台学习课件加速助手

// ==UserScript==
// @name 河北云教育挂课加速器 www.hebyunedu.com
// @namespace Violentmonkey Scripts
// @version           1.1
// @description       河北云教育平台学习课件加速助手
// @match http://www.hebyunedu.com/lms/learning/courseware/*
// @require http://libs.baidu.com/jquery/2.0.0/jquery.min.js
// @grant none
// ==/UserScript==
(function(){
  'use strict';
  $("#tsinfo2").html("<h1>你正在加速挂课,已挂课<span id='pastm' style='color:#f00'>1</span>分钟</h1><br/><br/><h2>注意:学习时长达到要求时关闭此页面标签即可。</h2>");
  showdiv2();
  var pt=1;
  function pasttime(){
    pt=pt+1;
    $("#pastm").text(pt);
  }
  setInterval(pasttime,1000);
  setInterval(learningSave,1000);
}
)();

QingJ © 2025

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