// ==UserScript== // @name 国家智慧教育公共服务平台|职业教育|高等教育|教师能力提升中心|寒暑假教师研修专题|自动答题播放|自动挂机 // @namespace 自动答题 // @license CC BY-NC-SA // @version 2023.8.10.2334 // @description 选择课程点进去,全自动操作,只需要选择你要学习的课程即可,会自动播放,自动答题,答题会自动选择第一个,答题对不对不知道(没做题库),反正只会选择第一个。 // @author aluyunjie【bug反馈+V:aluyunjiesmile】 // @match https://core.teacher.vocational.smartedu.cn/p/course/* // @match https://teacher.vocational.smartedu.cn/h/subject/teaching/ // @match https://teacher.higher.smartedu.cn/h/subject/teaching/ // @icon https://teacher.vocational.smartedu.cn/favicon.ico // @grant GM_setValue // @grant GM_getValue // @downloadURL none // ==/UserScript== //配置高等教育观看的视频的链接 var heighterLinks = [ //思想铸魂 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_726987629091446784?itemId=726641870617784320&type=1&segId=726641816054083584&projectId=725191327228612608&orgId=608196190709395456&originP=1&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //固本强基 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_726987629116612608?itemId=726641973097213952&type=1&segId=726641920563556352&projectId=725191327228612608&orgId=608196190709395456&originP=1&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //以案促学 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_726987629129195520?itemId=726642071551070208&type=1&segId=726642024438136832&projectId=725191327228612608&orgId=608196190709395456&originP=1&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //数字素养提升 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_742239030662164480?itemId=742246596144865280&type=1&segId=742246596136476672&projectId=725191327228612608&orgId=608196190709395456&originP=1&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //综合育人能力提升 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_742239030691524608?itemId=742246596178419712&type=1&segId=742246596170031104&projectId=725191327228612608&orgId=608196190709395456&originP=1&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //科学素养提升 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_742239030716690432?itemId=742246596228751360&type=1&segId=742246596216168448&projectId=725191327228612608&orgId=608196190709395456&originP=1&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //培养高校创新性教师队伍 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_742239030733467648?itemId=742246596270694400&type=1&segId=742246596258111488&projectId=725191327228612608&orgId=608196190709395456&originP=1&service=https%3A%2F%2Fteacher.higher.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F" ]; var vocationalLinks=[ //思想铸魂 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_726988209004306432?itemId=726640775149465600&type=1&segId=726640509203873792&projectId=725189097005613056&orgId=571896669159477248&originP=2&service=https%3A%2F%2Fteacher.vocational.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //固本强基 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_726988209021083648?itemId=726641217988276224&type=1&segId=726640852905795584&projectId=725189097005613056&orgId=571896669159477248&originP=2&service=https%3A%2F%2Fteacher.vocational.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //以案促学 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_726988209033666560?itemId=726641262505066496&type=1&segId=726640936993202176&projectId=725189097005613056&orgId=571896669159477248&originP=2&service=https%3A%2F%2Fteacher.vocational.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //数字素养提升 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_742238772369383424?itemId=742245601297899520&type=1&segId=742245601276928000&projectId=725189097005613056&orgId=571896669159477248&originP=2&service=https%3A%2F%2Fteacher.vocational.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //综合育人能力提升 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_742238772390354944?itemId=742245601365008384&type=1&segId=742245601344036864&projectId=725189097005613056&orgId=571896669159477248&originP=2&service=https%3A%2F%2Fteacher.vocational.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //科学素养提升 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_742238772415520768?itemId=742245601427922944&type=1&segId=742245601411145728&projectId=725189097005613056&orgId=571896669159477248&originP=2&service=https%3A%2F%2Fteacher.vocational.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F", //匠人 "https://core.teacher.vocational.smartedu.cn/p/course/vocational/v_742238772436492288?itemId=742245601503420416&type=1&segId=742245601486643200&projectId=725189097005613056&orgId=571896669159477248&originP=2&service=https%3A%2F%2Fteacher.vocational.smartedu.cn%2Fh%2Fsubject%2Fteaching%2F" ] //学时配置 var studyTimes = [3, 1, 1, 1, 2, 1, 3]; (function() { 'use strict'; // 获取当前网址 var currentURL = window.location.href; //判断当前网址是否包含指定字符串 if (currentURL.includes('https://teacher.vocational.smartedu.cn/h/subject/teaching/')) { createLogBox(); addTextToLogBox("脚本加载成功!"); addTextToLogBox("有bug请反馈:微信:aluyunjiesmile"); addTextToLogBox('脚本更新于2023-8-10'); addTextToLogBox("开始执行") setTimeout(function(){ //全局数组下标 let index = 0; GM_setValue("下标", index); GM_setValue("类别","职业"); openNewWindow(vocationalLinks[index]); },5000) } if(currentURL.includes("https://teacher.higher.smartedu.cn/h/subject/teaching/")){ createLogBox(); addTextToLogBox("脚本加载成功!"); addTextToLogBox("有bug请反馈:微信:aluyunjiesmile"); addTextToLogBox('脚本更新于2023-8-10'); addTextToLogBox("开始执行") setTimeout(function(){ //全局数组下标 let index = 0; GM_setValue("下标", index); GM_setValue("类别","高校"); openNewWindow(heighterLinks[index]); },5000) } if(currentURL.includes("https://core.teacher.vocational.smartedu.cn/p/course/vocational")){ createLogBox(); setInterval(PagePlayingTimer,5000); } })(); // 在新窗口中打开一个网页 function openNewWindow(url) { window.open(url, "_blank"); } function jugePlayingPageIsDoneAndSwepNextPlayPage(){ var percentHound = 0; var lenth = document.getElementsByClassName('four').length; var GMindex = GM_getValue("下标"); //setp01 判断视频播放页面有多少已经到达100%的 for (var i = 0; i < lenth; i++) { var text = document.getElementsByClassName('four')[i].textContent; if(text === '100%'){ percentHound++ ; } } //step02 从油猴脚本中取出对应下标的对应学时 var studyedtimes = studyTimes[GMindex]; //stp03进行判断 if(parseInt(percentHound)>= parseInt(studyedtimes)){ var GMindex2 = GM_getValue("下标"); let index = ++GMindex2; addTextToLogBox(index); GM_setValue("下标", index); var leibei = GM_getValue("类别"); if(leibei === "高校"){ window.location.href = heighterLinks[index]; }else{ window.location.href = vocationalLinks[index]; } }else{ addTextToLogBox("当前任务暂未完成课时,等待继续完成") } } //日志函数 function addTextToLogBox(TextLog) { // 获取目标