人卫慕课瞎几把蒙

蒙就完事了

目前为 2022-03-22 提交的版本。查看 最新版本

// ==UserScript==
// @name         人卫慕课瞎几把蒙
// @namespace    https://qinlili.bid/
// @version      0.1
// @description  蒙就完事了
// @author       琴梨梨
// @match        http://tk.pmphmooc.com/memberFront/paper.zhtml?*
// @icon         http://tk.pmphmooc.com/favicon.ico
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.getElementById("beginBtn").click();
    const random=(min, max)=> {
        return Math.round(Math.random() * (max - min)) + min;
    }
    [].forEach.call(document.getElementsByTagName("dd"),single=>{
        let list=single.getElementsByTagName("input");
        list[random(1,list.length)-1].click()
    })
})();

QingJ © 2025

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