// ==UserScript== // @name 云端学习(课前测试) // @namespace http://tampermonkey.net/ // @version 1.0 // @description 自动答题 // @author Feng // @match https://ceec.21tb.com/els/html/studyCourse/studyCourse.enterCourse.do* // @match https://ceec.21tb.com/els/html/studyCourse/studyCourse.viewPretestPage.do* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/447826/%E4%BA%91%E7%AB%AF%E5%AD%A6%E4%B9%A0%28%E8%AF%BE%E5%89%8D%E6%B5%8B%E8%AF%95%29.user.js // @updateURL https://update.greasyfork.icu/scripts/447826/%E4%BA%91%E7%AB%AF%E5%AD%A6%E4%B9%A0%28%E8%AF%BE%E5%89%8D%E6%B5%8B%E8%AF%95%29.meta.js // ==/UserScript== var a=document.getElementsByClassName("cs-test-title").length; var b=document.getElementsByClassName("cs-test-title")[0].innerText; var c=document.getElementsByClassName("cs-submit-btn")[0].innerText; if(a==1&b=="课前测试"&c=="提交") {var x0=document.getElementsByClassName("cs-test-wrap");//题类型数量 var n; for(n=0;n