Adds rate my professor ratings to the spire search for classes page.
Contact Info: Shoot me an email if you have any queries or confusions!
Planning on making this into a Chrome Extension, but right now you can either use tampermonkey to get it to work or manually add the script. Here are tutorials for both.
- Download the Tampermonkey extension (link for chrome and edge, link for firefox)
- Press the add extension button(s)
- Click the extensions icon on the top right of your page and click on Tampermonkey
- Click enable if it isn't enabled and then click on 'Create a new script...' (We're almost there!)
- Now go to the tampermonkey-script.js file.
- And copy the code in the file (by pressing the copy file button).
- Paste the code in tampermonkey and save the file
- Now close and reopen your browser and you're good to go! (If the script still doesn't work try disabling and enabling the tampermonkey script, or contact me here)
-
Open the Spire Search for Classes page
-
Go into inspect mode by pressing f12 or fn+f12
-
Press Ctrl+Shift+C and then click on the professors name
-
On the top of the inspect page it should show some buttons (like this)
-
Press '>>' and then press 'Sources'
- Press '+ New Snippet' (click the Show Navigator button if you don't see a '+ New Snippet' button)
- Paste the code
- Press Ctrl+Enter
- The snippet will be saved so you won't have to copy paste it everytime!