From 6594f77a8f2cf707d49bf3838bda95190de222d3 Mon Sep 17 00:00:00 2001 From: jinglekang Date: Wed, 26 Nov 2025 14:24:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A7=86=E9=A2=91=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E7=BB=93=E6=9D=9F=E5=90=8E=E7=9A=84=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qingshuxuetang_auto_play.user.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/qingshuxuetang_auto_play.user.js b/qingshuxuetang_auto_play.user.js index 2dcfe9b..be1bfd6 100644 --- a/qingshuxuetang_auto_play.user.js +++ b/qingshuxuetang_auto_play.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name 平顶山学院(青书学堂)自动学习脚本 // @namespace http://tampermonkey.net/ -// @version 2025-11-24 +// @version 2025-11-26 // @description try to take over the world! // @author You // @match https://degree.qingshuxuetang.com/pdsu/Student/Course/CourseStudy* @@ -68,11 +68,7 @@ if (video.currentTime >= video.duration - 1) { console.log("视频播放结束,返回准备页面"); clearInterval(videoInterval); - document - .querySelector( - "body > div.wrapper > div:nth-child(66) > ol > li:nth-child(3) > a" - ) - .click(); + document.querySelector(".back-link").click(); } if (video.playbackRate === 1) {