Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
/ LSS Public archive

Lesson Selecting Script for ShanghaiTech EAMS

License

Notifications You must be signed in to change notification settings

superobertking/LSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSS

Lesson Selecting Script

Select the courses automatically, use a timer of 1500ms to reduce post rates.

EAMS @ ShanghaiTech University

shanghaitech_eams.js

A simple javascript program running in the web browser.

Usage

  1. Login to the EAMS (currently only tested for ShanghaiTech).

  2. Open your browser console. (shortcut e.g. ctrl+shift+i or command+option+i)

  3. Copy the (minified) script from here to your browser console.

  4. Fill the selectNos array with the course numbers you want to select.

    var selectNos = ['EE111.04', 'CSKI1002.01', 'CS140.01'];
  5. Press Enter(return) key, and boom, keep calm and wait.

  6. To stop the loop, type stopLSS() in the browser console and press Enter(return).

Screenshots

shanghaitech_eams

TODO

  • Swap course feature
  • Drop course feature

Update

  • 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.

About

Lesson Selecting Script for ShanghaiTech EAMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published