// ==UserScript== // @name 长财一键评教脚本2 // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.1.0 // @description try to take over the world! // @author one ccufe person // @match http://*/TMWeb/* // @grant GM_addStyle // ==/UserScript== (function () { createWin() var startJsDom = document.getElementById('startJs') startJsDom.addEventListener('click', scoreMark) })(); // 评分函数 function scoreMark(e) { var score = document.querySelector('#score').value; console.log('分数为:' + score); var nowValueSelect = 0; while (document.querySelector('#GridView1_dropItem_' + nowValueSelect) != null) { document.querySelector('#GridView1_dropItem_' + nowValueSelect).value = score; nowValueSelect += 1; } document.querySelector('#radioSatisfaction_0').checked = true; nowValueSelect = 1; } // 创建工具窗口 function createWin() { // 判断是否为评分界面 var se = document.querySelector('#GridView1_dropItem_0') if (se == null) { return; } var toolWin = document.createElement('div') const toolconstruction = `