Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.1 KB

README.md

File metadata and controls

40 lines (26 loc) · 2.1 KB

PhDify Append

A browser extension to add a proper title to our favorite CSCI 201 professor.

This is a cross-platform, cross-browser extension written using the WebExtensions API. That's pretty lit IMO. If you're a big nerd, you might want to look at the big new cross-platform extension API that's coming.

Note: when you install this extension, it may say "this extension wants to access all your data on sites within the usc.edu and piazza.com domains" or similar. Rest assured it is not collecting anything. All it does is textual substitution. You can see for yourself in regex-lib.js and append-title.js. It simply gives this notice because I have enabled the textual substitution script to run on those domains and no others.

You can install the latest release versions of the extension from:

To add the extension by building from a local copy, use these links as a tutorial:

Then test it on sample.html in the root of this directory! Also try it on the USC schedule of classes for Computer Science, for CSCI 201 and 401.

Before pic After pic

Piazza before Piazza after

Have fun!