雲科 期末教學意見調查問卷

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

当前为 2022-12-25 提交的版本,查看 最新版本

// ==UserScript==
// @name         雲科 期末教學意見調查問卷
// @namespace    http://tampermonkey.net/
// @version      0.1.0
// @name:zh-TW   期末教學意見調查問卷 自動填寫
// @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==

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

QingJ © 2025

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