昆明市导游在线培训系统

用于解锁视频检测

// ==UserScript==
// @name         昆明市导游在线培训系统
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  用于解锁视频检测
// @author       luwenjie
// @match        *://*.ylxue.net/*
// @license      MIT
// @match        http://kmlypx.ylxue.net/LearningCenter/LearningCourseVideo?cid=42599&tid=1715
// @match        http://kmlypx.ylxue.net/LearningCenter/LearningCourseVideo?cid=46238&tid=1715
// @icon         https://www.google.com/s2/favicons?domain=baidu.com
// @grant        none
// ==/UserScript==

(function() {
setInterval(function () { //每1秒刷新一次图表
         //需要执行的代码写在这里
    $(".layui-layer-btn0").click();
    }, 1000);

})();