An open API service indexing awesome lists of open source software.

https://github.com/yappy2000d/nkust-auto-ceq

高科教學意見調查腳本
https://github.com/yappy2000d/nkust-auto-ceq

Last synced: about 1 year ago
JSON representation

高科教學意見調查腳本

Awesome Lists containing this project

README

          

# NKUST Auto Ceq

高科教學意見調查腳本。

## 安裝方法

需要腳本管理器(如 Tampermonkey),或是在 AdGuard 的「延伸功能」中安裝(手機板也可以)。

```
https://raw.githubusercontent.com/yappy2000d/NKUST-Auto-Ceq/refs/heads/main/nkust_auto_ceq.js
```

## 使用方法

1. 登入 https://ceq.nkust.edu.tw/
2. 隨便點一個問卷

接著就會自動完成並送出。

---

## 使用書籤

跟使用腳本管理器的差別在於不用手動點書籤。

```
javascript:try {[...document.getElementsByClassName('list-group-item')].forEach((e) => {e.getElementsByTagName('input')[0].checked = true})} catch (e) {}finally{document.getElementById('Send').click();}
```

如果要一次填寫大量問卷,可以參考 https://github.com/meteorTriangle/NKUST_AUTO