You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var myInterval;function study(){console.log("学习完成,准备下一章节...");console.log(window.JQUERY_CUSTERM);if(window.JQUERY_CUSTERM("#btnNext")){console.log("进入下一章节...");window.JQUERY_CUSTERM("#btnNext").click()}else{console.log(window.JQUERY_CUSTERM("#btnNext"));console.error("没有找到【下一个】按钮");console.log("正在关闭周期循环管理器!");clearInterval(myInterval)}}function startRun(){myInterval=setInterval(study,STUDY_PERIOD_TIME*1000)}window.JQUERY_CUSTERM=$;console.log("自动学习脚本启动...");setTimeout(startRun,STUDY_DELAY_TIME*1000);