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.
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.
For development reasons, you may choose to load the extension into Chrome directly rather than downloading it from the Chrome web store.
- Open the Chrome extension manager in your browser: chrome://extensions/
- Turn on "Developer Mode"
- 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.