From 5404d5fc7c7a01807e872a9bd0102d02104d2802 Mon Sep 17 00:00:00 2001 From: jinglekang Date: Wed, 3 Jun 2026 15:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E7=9A=84=E9=80=89=E6=8B=A9=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qingshuxuetang_auto_play.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qingshuxuetang_auto_play.user.js b/qingshuxuetang_auto_play.user.js index 55e4332..1581922 100644 --- a/qingshuxuetang_auto_play.user.js +++ b/qingshuxuetang_auto_play.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name 平顶山学院(青书学堂)自动学习脚本 // @namespace http://tampermonkey.net/ -// @version 2026-06-03 +// @version 2026-06-03.1 // @description try to take over the world! // @author You // @match https://degree.qingshuxuetang.com/pdsu/Student/Course/CourseStudy* @@ -18,7 +18,7 @@ const url = window.location.href; const MIN_STUDY_SECONDS = 5 * 60; const VIDEO_SELECTOR = "#vjs_video_3_html5_api"; - const TEXT_SELECTOR = "#easyXDM_default2872_provider"; + const TEXT_SELECTOR = "[id^='easyXDM_default'][id$='_provider']"; const TOAST_CONTAINER_ID = "qingshu-auto-toast-container"; const TOAST_STYLE_ID = "qingshu-auto-toast-style"; const TOAST_DEFAULT_DURATION = 4000;