期末教學意見調查問卷 自動填寫

自動填寫期末教學意見調查問卷

// ==UserScript==
// @name         期末教學意見調查問卷 自動填寫
// @namespace    http://tampermonkey.net/
// @version      0.1.1
// @description  自動填寫期末教學意見調查問卷
// @author       Been_Yan <[email protected]>
// @match        https://webapp.yuntech.edu.tw/WebNewCAS/TeachSurvey/Survey/LastEval.aspx?current_subj=*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=edu.tw
// @grant        none
// ==/UserScript==



$('.GridView_General tr:has(input)').map((_, e) => $(e).find('input:radio:first').click());
$('.button_green').click()

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址