// ==UserScript== // @name BIT北理工一键评教 - pj.bit.edu.cn // @namespace Violentmonkey Scripts // @match https://pj.bit.edu.cn/pjxt2.0/* // @match https://webvpn.bit.edu.cn/*/pjxt2.0/* // @grant GM_addStyle // @version 2.2.0 // @author xioneko // @description 一键完成所有单选项并提交,可自定义评价选项;修复评教按钮不显示的问题 // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/456110/BIT%E5%8C%97%E7%90%86%E5%B7%A5%E4%B8%80%E9%94%AE%E8%AF%84%E6%95%99%20-%20pjbiteducn.user.js // @updateURL https://update.greasyfork.icu/scripts/456110/BIT%E5%8C%97%E7%90%86%E5%B7%A5%E4%B8%80%E9%94%AE%E8%AF%84%E6%95%99%20-%20pjbiteducn.meta.js // ==/UserScript== if (document.URL.endsWith('queryListStpj') /* 课程评价首页 */) { // 修复评教按钮显示问题 GM_addStyle(` .visible-desktop { display: unset !important; } `) } if (document.URL.endsWith('evaluateCourseInfo.do') /* 评教页 */) { if (document.querySelector('a[onclick*="savePjxx"]')) { document.querySelector('.create_tit').insertAdjacentHTML( 'beforeend', `