河南专技学习网-59iedu

主页点击:课程按钮|自动学习小节|未写自动换课功能|需要代刷+vx:shuake345

// ==UserScript==
// @name         河南专技学习网-59iedu
// @namespace    需要代刷++++++v:shuake345      ++++++++
// @version      0.1
// @description  主页点击:课程按钮|自动学习小节|未写自动换课功能|需要代刷+vx:shuake345
// @author       vx:shuake345
// @match        https://*.59iedu.com/*
// @grant        none
// @icon         https://hnzj.59iedu.com/favicon.ico
// @license      MIT
// ==/UserScript==

(function() {
	'use strict';
	window.alert = function() {}
	window.onbeforeunload = null
	window.confirm = function() {
		return true
	}
	var Zhuyurl = 'center'
	var Chuyurl = 'play'
	//var Shuyurl = 'CourseWare'
	//var Fhuyurl = '&courseware'

	document.addEventListener("visibilitychange", function() {
		console.log(document.visibilityState);
		if (document.visibilityState == "hidden") {
        //yincang
        } else if (document.visibilityState == "visible") {
			if (document.URL.search(Zhuyurl) > 1 ) {
				setTimeout(sxrefere, 1000)
			}
		}
	});

	function fhback() {
		window.history.go(-1)
	}

	function gbclose() {
		window.close()
	}

	function sxrefere() {
		window.location.reload()
	}

	function Zhuy() {
		var KC = document.querySelectorAll("body > div.main-frame > div > div> div > div > div > div> table > tbody > tr > td.op > a")
        document.querySelectorAll("body > div.main-frame > div > div > div > div > div > div> a")[2].click()
        setTimeout(DJkec,3255)
	}
    function DJkec(){
        var KC = document.querySelectorAll("body > div.main-frame > div > div> div > div > div > div> table > tbody > tr > td.op > a")
            KC[0].click()
        }


    /*function Shuy() {
		if (document.URL.search(Shuyurl) > 2) {
			var zzKC = document.querySelectorAll('tbody>tr>td>span')
			var zzKCurl = document.querySelectorAll('tbody>tr>td>a')
			for (var i = 0; i < zzKC.length; i++) {
				if (zzKC[i].innerText == '未学完' || zzKC[i].innerText == '未开始') {
					localStorage.setItem('Surl', window.location.href)
					window.location.replace(zzKCurl[i].href)
					break;
				} else if (i == zzKC.length - 1) {
					setTimeout(gbclose, 1104)
				}
			}
		}
	}
	setInterval(Shuy, 3124)

	function Fhuy() {
		if (document.getElementsByTagName('video').length == 1) {
			document.getElementsByTagName('video')[0].volume = 0
			document.getElementsByTagName('video')[0].play()
		}
		if (document.querySelector('iframe').contentWindow.document.querySelector('span.qplayer-currtime').innerText == document.querySelector('iframe').contentWindow.document.querySelector('span.qplayer-totaltime').innerText) {
			window.location.replace(localStorage.getItem('Surl'))
		}
	}*/
	function QT(){
        document.querySelector("body > div > div > div.m-player > div.title > span.tit-txt.ng-binding").innerText='代刷vx:shuake345'
        var d1=document.querySelector("body > div > div > div.m-player-side.ng-isolate-scope > div.side-cont > div.side-bd > div > ul> li > ul")
        var img=document.createElement("img");
        img.style="width:230px; height:230px;"
        img.src="https://img.nuannian.com/files/images/23/0305/1677989951-1403.jpg";
        d1.appendChild(img);
    }
	function Pd() {
        if (document.URL.search(Chuyurl) > 2) {
			setInterval(QT, 8210)
		} else if (document.URL.search(Zhuyurl) > 2) {
			setTimeout(Zhuy, 2224)
		}
	}
	setTimeout(Pd, 3254)

})();