华师在线学习

华师在线学习-自动学习

// ==UserScript==
// @name         华师在线学习
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  华师在线学习-自动学习
// @author       Wellen
// @match        *://gdou.scnu.edu.cn/learnspace/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
    setInterval(function () {
        console.log('click start >>> '+ new Date());
        $('.layui-layer-btn0').click();
        console.log('click end');
    }, 60000);

})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址