Lesson Selecting Script
Select the courses automatically, use a timer of 1500ms to reduce post rates.
shanghaitech_eams.js
A simple javascript program running in the web browser.
-
Login to the EAMS (currently only tested for ShanghaiTech).
-
Open your browser console. (shortcut e.g. ctrl+shift+i or command+option+i)
-
Copy the (minified) script from here to your browser console.
-
Fill the
selectNos
array with the course numbers you want to select.var selectNos = ['EE111.04', 'CSKI1002.01', 'CS140.01'];
-
Press
Enter
(return
) key, and boom, keep calm and wait. -
To stop the loop, type
stopLSS()
in the browser console and pressEnter
(return
).
- Swap course feature
- Drop course feature
- 2019-05-30: Add support for English EAMS; add
stopLSS
functionality; add lesson not found warning. - 2018-06-25: Use es2015 to support old browsers.