This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Get JQuery Injector for chrome : https://chrome.google.com/webstore/detail/jquery-injector/indebdooekgjhkncmgbkeopjebofdoid?hl=en | |
// 1. Login to PPY and go to URL: https://wrem.sis.yorku.ca/Apps/WebObjects/ydml.woa/wa/DirectAction/document?name=CourseListv1 | |
// 2. Inject jQuery and paste this in the console. | |
// 3. ???? | |
// 4. Get depressed. | |
var grades = {}; | |
var grade_points = { | |
"F": 0, | |
"E": 1, | |
"D": 2, |