Navigation sidebar & table of contents fade in on hover
Uses the following typefaces:
| # Save the transcripts using the "Save Page WE" Chrome Extension | |
| # This script was generated by ChatGPT | |
| import sys | |
| from bs4 import BeautifulSoup | |
| # Check if a file was provided as a command line argument | |
| if len(sys.argv) < 2: | |
| print("Please provide an HTML file as a command line argument.") | |
| sys.exit(1) |
Navigation sidebar & table of contents fade in on hover
Uses the following typefaces:
| #!/bin/bash | |
| # --------------------------------------------------------- | |
| # Customizable Settings | |
| # --------------------------------------------------------- | |
| # where to store the sparse-image | |
| WORKSPACE=${HOME}/.Development.dmg.sparseimage | |
| # location where workspace will be mounted |