The Better Github Image Diff Chromium/Firefox extension improves the image diff experience on GitHub Files Changed view.
Difference between the two images are shown in different ways:
- Overlay : shows the different pixels overlayed on the new image
- Difference : shows the different pixels in a new image
The extension allows to customize the highlight color in the pop-up settings.
To run the extension in development mode, run the following commands:
pnpm dev:chromiumpnpm dev:firefoxTo build the extension, run the following commands:
pnpm build:chromiumpnpm build:firefoxTo run the extension after building, run the following commands, for Google Chromium and Mozilla Firefox respectively:
pnpm start:chromiumpnpm start:firefox- Clone the repository and install the dependencies using
npm i - Run
pnpm build:chromiumto build the extension - Open a Chromium-based browser and go to
chrome://extensions/ - Enable
Developer mode - Click on
Load unpackedand select thedistfolder
- Clone the repository and install the dependencies using
npm i - Run
pnpm build:firefoxto build the extension andpnpm pack:firefoxto prepare it for installation - Open Firefox and go to
about:debugging#/runtime/this-firefox - Click on
Load Temporary Add-on...and select the .zip package in theweb-ext-artifactsfolder