Browser extension (using the WebExtensions API) that replaces occurences of the word "God" with "Dr. Skinner"
Idea shamelessly stolen borrowed from the ol' cloud-to-butt community
- Go to the releases page and select the file labelled "firefox" (it should have a .xpi extension)
- Instead of normally downloading, firefox should prompt you to install the extension
- Go to the releases page and download the source code
- Extract the source code into its own folder
- Open up chrome
- Go to the extensions page (
chrome://extensions
) - Enable Developer Mode by toggling the switch in the top right
- Select "Load Unpacked"
- In the selection pop-up, navigate to where you unpacked the source code and select the "src" subdirectory
- You can turn off Developer Mode after this, but Chrome may complain.
Because Google is bad Google does not seem to easily support self-hosting packed CRX files and would instead prefer
going through the Chrome store. To circumvent this, you can simply install the extension as an unpacked folder, as a
developer normally would while testing.
TODO