// ==UserScript== // @name 清除雨课堂做题痕迹 // @namespace http://tampermonkey.net/ // @version 1.0.0.RELEASE // @description 清除雨课堂试卷做题痕迹(仅UI变更,不涉及雨课堂后台数据),便于复习。 // @author 冰镇杨梅瑞纳冰YYDS // @match https://examination.xuetangx.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=xuetangx.com // @grant none // @license DONT FUCKING CARE // @downloadURL none // ==/UserScript== (function() { 'use strict'; var checkDiv = document.createElement("div"); var rightAnswer; var button; checkDiv.setAttribute("id","test"); document.body.appendChild(checkDiv); var testBlock = document.getElementById("test"); testBlock.style.height="auto"; testBlock.style.width="auto"; testBlock.style.position="fixed"; testBlock.style.top=0; testBlock.style.right=0; testBlock.style.zindex=1000; testBlock.innerHTML+='
' // Your code here... window.ErasAll = function(){ alert("🐵你的答案痕迹已被清除,查看答案点击对应题目的查看答案。题目处理可能需要等待。"); // 删除所有蓝色选项按钮 var isChecked = document.getElementsByClassName('el-radio'); for(let i=0;i显示答案
'+num+''; } var myTextAnswer = document.getElementsByClassName("subject-answer"); for(let i=0;i