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

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

// ==UserScript==
// @name         期末教學意見調查問卷 自動填寫
// @namespace    http://tampermonkey.net/
// @version      0.1.1
// @description  自動填寫期末教學意見調查問卷
// @author       Been_Yan <asdfghjkl42045@gmail.com>
// @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()