// ==UserScript== // @name 纽菲尔德大学评教 // @namespace http://tampermonkey.net/ // @version 1.0 // @description 谁🐓儿有时间一个一个点? // @author 冰镇杨梅瑞纳冰YYDS // @match https://jpv2-2.mycospxk.com/wx/ver2.42.0/* // @icon https://www.google.com/s2/favicons?sz=64&domain=mycospxk.com // @grant none // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/445013/%E7%BA%BD%E8%8F%B2%E5%B0%94%E5%BE%B7%E5%A4%A7%E5%AD%A6%E8%AF%84%E6%95%99.user.js // @updateURL https://update.greasyfork.icu/scripts/445013/%E7%BA%BD%E8%8F%B2%E5%B0%94%E5%BE%B7%E5%A4%A7%E5%AD%A6%E8%AF%84%E6%95%99.meta.js // ==/UserScript== (function() { 'use strict'; var checkDiv = document.createElement("div"); checkDiv.setAttribute("id","test"); document.body.appendChild(checkDiv); var testBlock = document.getElementById("test"); testBlock.style.height="auto"; testBlock.style.width="400px"; testBlock.style.position="absolute"; testBlock.style.top=0; testBlock.style.right=0; testBlock.style.background="yellow"; testBlock.style.zindex=1000; testBlock.innerHTML+='