This browser extension was designed to make finding ratings for your future professors easier. It modifies each link in the results of classes.ku.edu to the search query for that professor on RateMyProfessors.com
Chrome:
-
Automatically:
- Extension now available at Chrome Web Store! Pick it up here
-
Manually:
- Download latest release (
.zip
) from Releases - Extract to folder
- Open Chrome and navigate to the url
chrome://extensions
- Enable Developer mode (top right corner)
- Click
Load unpacked
- Navigate to the extracted extension and select the root of the folder. Click
Select Folder
- Download latest release (
In Firefox:
-
Automatically:
- Head over to Releases and click the
.xpi
for the release you would like to install. - Click
Continue to Installation
- Click
Add
- Head over to Releases and click the
-
Manually:
- Navigate to packaged
.xpi
from Releases - Right-click,
Save Link As
- In Firefox, press
Ctrl + Shift + A
to open the Addons page - Click the cog-wheel and select
Install Add-on From File...
- Select the
.xpi
of the release you would like to install
- Navigate to packaged
Using web-ext
(npm i --global web-ext
):
- Clone this repository (
git clone https://github.com/jamesmendel/ku-rmp.git
) cd
into the root- Run
web-ext build
- A new folder called
web-ext-artifacts
should contain the compiled project in a .zip
Manually:
- Clone this repository (
git clone https://github.com/jamesmendel/ku-rmp.git
) - Select
manifest.json
- Select all dependant files referenced within
manifest.json
(such asapp.js
,ku-rmp.js
,/icons
) - Create a compressed zip file