aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2021-09-21README: Add `make chrome` to Chrome installation instructionsTeddy Wing
2021-09-10README: Update copyright yearTeddy Wing
2021-09-09README: Add documentation for domain wildcardsTeddy Wing
2021-09-09README: Move Firefox installation instructions above ChromeTeddy Wing
Firefox has been my primary browser for several years now.
2018-08-05README: Add prompt character to shell codeTeddy Wing
Forgot this when I wrote the instructions. I usually like to prefix shell commands with a prompt character.
2018-08-05README: Educate quotesTeddy Wing
2018-08-05README: Add installation instructionsTeddy Wing
Includes instructions for Chrome and Firefox. Firefox is a little more involved. For now not bothering to sign the extension. Also update `manifest.json` to give the extension an add-on ID. This is required as it must be used as the directory name in the Firefox `extensions/` profile folder. Thanks to these resources for explaining how to install an unpacked extension in Firefox: - https://stackoverflow.com/questions/27155766/how-to-install-unpacked-extension-in-firefox-chrome/27158189#27158189 - https://developer.mozilla.org/en-US/docs/Archive/Add-ons/Setting_up_extension_development_environment#Firefox_extension_proxy_file - https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Alternative_distribution_options/Sideloading_add-ons - https://stackoverflow.com/questions/37728865/install-webextensions-on-firefox-from-the-command-line/37739112#37739112
2018-08-05README: Add usage exampleTeddy Wing
Add an example to show how the extension works.
2018-08-05Add READMETeddy Wing
Write a description of the web extension. Start on installation instructions.