This is a Greasemonkey/Tampermonkey user script which will help you in calculating your Grade Point Average in AIMS.
This script adds a Show GPA
button on the webpage containing the list of courses and their grades.
The Show GPA
button also displays the number of credits of various categories you have done so far - e.g. LA/CA, Basic Sciences, Deptt Core, etc.
There are two ways to use this script.
- Install Greasemonkey (if you are using Firefox) or Tampermonkey (if you are using Chrome).
- Add
gpameter.user.js
as a new script to Greasemonkey/Tampermonkey. - Login on AIMS and open the courses page.
- Click on
Show GPA
to view your GPA.
- Login on AIMS and open the courses page.
- Open the web console (use the table below for keyboard shortcuts).
- Paste the contents of
gpameter.user.js
on the console and hitEnter
- Click on
Show GPA
to view your GPA.
Google Chrome | Mozilla Firefox | |
---|---|---|
Windows or Linux | Ctrl + Shift + J |
Ctrl + Shift + K |
Mac | Cmd + Opt + J |
Cmd + Opt + K |
Please open an issue or code it up and send a pull request.