Greasy Fork is available in English.

电子科技大学挂机宝

电子科技大学(网络教育)全自动在线挂机学习&自动考试。(雨课堂刷课理论上也支持其他学校使用)

< Commentaires sur 电子科技大学挂机宝

Avis: Bon - le script fonctionne correctement

§
Posté le: 15/04/2021

针对 monitorCourseLearningProgress 方法进行了改进, 小课时学完后,不用每次刷新当前页然后在进来看下一个课时.直接点击"下一个", 你看看要不要更新进去

if (aa.indexOf('学习完毕') != -1 /*|| aa.indexOf("你已累计获取10.00分")!= -1*/) {
console.log('学习完毕')
// window.localStorage.setItem('scanLearningProgress', 'false')
// autoConfirm(1000, '学习完毕,是否自动学习下一节课?(3秒后无操作,将默认学习)', function () {
// window.location.reload()
var nextButten_ = window.document.getElementsByTagName('iframe')[1].contentWindow.document.getElementsByTagName('frame')[0].contentWindow.document.getElementById('tdPlayerControl').lastChild
if (nextButten_.disabled) {
// 本课程已经学完了
window.location.reload()
} else {
nextButten_.click()
}
// })
}

Poster une réponse

Connectez-vous pour poster une réponse.