// ==UserScript== // @name 三峡大学科技学院自动评教脚本 // @namespace http://tampermonkey.net/ // @version 2.3.1 // @description 自动评教脚本,支持自动/手动提交模式,可自定义评教内容,含页面检测功能、速度调节、快速模式、庆祝动画、独立设置窗口 // @author 满满. // @match http://kjjw.ctgu.edu.cn/* // @grant GM_addStyle // @grant GM_setValue // @grant GM_getValue // @grant GM_notification // @run-at document-end // ==/UserScript== (function() { 'use strict'; let autoSubmit = false; let isProcessing = false; let countdownInterval = null; let shouldStop = false; let allTimers = []; let q14Text = GM_getValue('q14Text', '无'); let q15Text = GM_getValue('q15Text', '老师教学认真负责,课程内容充实,讲解清晰易懂。'); let completedCount = 0; let totalCount = 0; let errorLogs = GM_getValue('errorLogs', []); let settingsClickCount = 0; let settingsClickTimer = null; let isMinimized = true; let countdownTime = GM_getValue('countdownTime', 3); let fastMode = GM_getValue('fastMode', false); function showCelebration() { const celebration = document.createElement('div'); celebration.id = 'celebration-overlay'; celebration.innerHTML = `
🔧 开发者测试工具
双击设置按钮进入测试后门,可以测试通知和庆祝特效