广西干部网络学院-秒配合软件-vx:shuake345

代刷|自动换课|自动秒完

// ==UserScript==
// @name         广西干部网络学院-秒配合软件-vx:shuake345
// @namespace   vx:shuake345
// @version      vx:shuake345
// @description  代刷|自动换课|自动秒完
// @author       vx:shuake345
// @match        https://www.gxela.gov.cn/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=gxela.gov.cn
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    function BFY(){
        if(document.getElementsByTagName('video')!==null){
            document.getElementsByTagName('video')[0].play()
            setTimeout(gb,66000)
        }
    }
    setInterval(BFY,5222)

    function gb(){
    document.querySelector("#app > div > div> button > span").click()
        setTimeout(function(){document.querySelectorAll("body > div> div > div > div> button > span")[1].click()},2000)
    }
    // Your code here...
})();