// ==UserScript== // @name 天津工业大学新评教系统 // @version 1.0 // @description 烦死了 // @author zly // @match https://tiangong.mycospxk.com/* // @namespace https://greasyfork.org/users/780254 // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/446653/%E5%A4%A9%E6%B4%A5%E5%B7%A5%E4%B8%9A%E5%A4%A7%E5%AD%A6%E6%96%B0%E8%AF%84%E6%95%99%E7%B3%BB%E7%BB%9F.user.js // @updateURL https://update.greasyfork.icu/scripts/446653/%E5%A4%A9%E6%B4%A5%E5%B7%A5%E4%B8%9A%E5%A4%A7%E5%AD%A6%E6%96%B0%E8%AF%84%E6%95%99%E7%B3%BB%E7%BB%9F.meta.js // ==/UserScript== (function() { 'use strict'; // // document.getElementById("main-layout-inner-content-main-inner-3jeur").$(style.z-index).val(0); // $('#main-layout-inner-content-main-inner-3jeur').attr('style','height: 100%; overflow-y: auto; position: relative; z-index: 0'); // // console.log($('#main-layout-inner-content-main-inner-3jeur').attr('z-index')); var checkDiv = document.createElement("div"); checkDiv.setAttribute("id","test"); document.body.appendChild(checkDiv); var testBlock = document.getElementById("test"); testBlock.style.height="150px"; testBlock.style.width="150px"; testBlock.style.position="absolute"; testBlock.style.top="300px"; testBlock.style.left="0px"; testBlock.style.background="#020633"; testBlock.style.zindex='1000'; testBlock.innerHTML+='
' window.AutoFill=function(){ alert("按下空格之后再提交") let radios = document.getElementsByClassName("ant-radio-input"); console.log(radios.length); for(var j=0;j