Greasy Fork is available in English.

中安云网页版秒杀视频-代刷中安云考试-lfaqpx.zayxy.com-

代刷中安云考试--wx:shuake345

// ==UserScript==
// @name         中安云网页版秒杀视频-代刷中安云考试-lfaqpx.zayxy.com-
// @namespace    代刷中安云考试--wx:shuake345
// @version      0.1
// @description  代刷中安云考试--wx:shuake345
// @author       wx:shuake345
// @match        *://*.zayxy.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=zayxy.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    function BFye(){
        if(document.getElementsByTagName('video').length>0){
            document.getElementsByTagName('video')[0].currentTime=7200
            setTimeout(function (){
                var Curr=document.getElementsByClassName('curr')
                for (var i=0;i<Curr.length;i++){
                    if(Curr[i].className=='curr cloud'){//正在播放的curr
                        //下一个
                        Curr[i+1].querySelector('a>div>div>span').click()
                        break;
                    }

                }
            },2465)
        }else{
        document.querySelector("span.tag_r").click()
        }


    }
    setInterval(BFye,5245)

})();