A small script to calculate your 9 point and 4 point GPA from the York University "List of Courses and Grades" page
- Visit the "List of Courses and Grades" page
- Open your browser console
Instructions for Google Chrome
- Open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools.
- Or: You can also use Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux).
- The console will either open up within your existing Chrome window, or in a new window. You may have to select the Console tab.
Instructions for other browsers are available on this page
- Paste the contents of
gpa-calc.js
into the console, and hit enter. - Your nine-point and four-point GPA will be presented to you.