Based on Stylebot.
- Run
yarn watch:firefoxto build locally - Run
yarn start:firefoxto launch Firefox with development build
- Run
yarn watchto build locally - Open
chrome://extensionspage. - Disable the official Stylebot version.
- Enable the Developer mode.
- Click Load unpacked extension button
- Navigate to the project's
dist/folder
- Add entry to
CHANGELOG - Update version in
package.jsonandsrc/extension/manifest.json - Chrome and Edge: Run
yarn buildand manually create zip for distribution fromdist/ - Firefox: Run
yarn build:firefoxand manually create zip for distribution fromfirefox-dist/
Patches to dependencies are located under /patches and are automatically applied on running yarn using patch-package.
bootstrap-vue+2.21.1.patch- Patch to work around a requestAnimationFrame issue in Firefox extensions.
MIT