// ==UserScript== // @name 🥇华医网-专题培训-专项培训刷课【影刃】 // @namespace https://doc.yingren.xyz // @version 0.1 // @description 华医网-专题培训-专项培训刷课 // @author 影刃 // @match https://ztpx.91huayi.com/exercise/ExerciseCourse/* // @grant none // @license GPL 3 // @downloadURL https://update.greasyfork.icu/scripts/527636/%F0%9F%A5%87%E5%8D%8E%E5%8C%BB%E7%BD%91-%E4%B8%93%E9%A2%98%E5%9F%B9%E8%AE%AD-%E4%B8%93%E9%A1%B9%E5%9F%B9%E8%AE%AD%E5%88%B7%E8%AF%BE%E3%80%90%E5%BD%B1%E5%88%83%E3%80%91.user.js // @updateURL https://update.greasyfork.icu/scripts/527636/%F0%9F%A5%87%E5%8D%8E%E5%8C%BB%E7%BD%91-%E4%B8%93%E9%A2%98%E5%9F%B9%E8%AE%AD-%E4%B8%93%E9%A1%B9%E5%9F%B9%E8%AE%AD%E5%88%B7%E8%AF%BE%E3%80%90%E5%BD%B1%E5%88%83%E3%80%91.meta.js // ==/UserScript== (function() { 'use strict'; // 当前视频完成后 播放下个视频 setInterval(function(){ if(bjyV.ended) { document.querySelector("body > div.wrapper > div.middleContent > div.playContent > div.playMain > div.playAndList > div.lessonList > div.listGroup > div:nth-child(1) > div.text").click() } },3000) })();