Greasy Fork

Greasy Fork is available in English.

国家开放大学(刷视频,进度(视频和进度全自动),形考,考试)

国开自动刷视频和目录进度

当前为 2021-09-26 提交的版本,查看 最新版本

// ==UserScript==
// @name         国家开放大学(刷视频,进度(视频和进度全自动),形考,考试)
// @namespace    http://www.baidu.com/
// @version      0.01
// @description  国开自动刷视频和目录进度
// @author       laowang3142 微信:laowang3142
// @match        http://*/course/view.php?id=*
// @grant        none
// ==/UserScript==
 
(function() {
    'use strict';
 var video = document.getElementsByTagName("video")[0];
video.src="https://vod.300hu.com/4c1f7a6atransbjngwcloud1oss/5d82e52a382171174942019585/v.f30.mp4";
    //video.playbackRate=10;
    video.play();
    setTimeout(function () {
			      video.currentTime=video.duration-4;
video.play();

			    }, 3000);
setTimeout(function () {
history.go(0);

},6000)   
})();