Skip to content

hslarson/GOLD-Transcript-Printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GOLD Transcript Printer Extension for Chrome

Makes UCSB GOLD Unofficial Transcripts Look Pretty!

install link     Chrome Web Store Users Chrome Web Store Rating Chrome Web Store Last Updated

before-and-after image

Description

I created this extension to improve the way unofficial transcripts are printed in GOLD.

Functionally, the extension runs a script to modify certain HTML elements, then applies a stylesheet that dictates how the page should look when printed. Due to the relative simplicity of the extension, it should be easy to port to other browsers. I don't plan to do this, but others are welcome to do so. I only licensed under GPL-3 to prevent people from charging money for it.

Usage

The extension can be installed from either the Chrome Web Store or from source.

Use the "Print Transcript" button in the top right corner of the page or 'ctrl+p' to print your transcript.

If you encounter issues or see anything that could be improved, feel free to open an issue or submit a PR. I do not check email.

Loading Extension From Source

For development reasons, you may choose to load the extension into Chrome directly rather than downloading it from the Chrome web store.

  1. Open the Chrome extension manager in your browser: chrome://extensions/
  2. Turn on "Developer Mode"
  3. Select "Load unpacked" and choose the local directory containing the source files

You should now see the GOLD Transcript Printer extension listed with your other extensions.

Select "service worker" to access the debug console for the extension.