This file contains instructions about how to reproduce the final build of this extension.
All releases are tagged and pushed to the GitHub repository.
To reproduce the obfuscated code for Firefox, please follow the steps below.
- Run
npm installto install dependencies - Run
./scripts/build_prod.shto build for Firefox and Chrome.
The obfuscated code will be under /dist/firefox and /dist/chrome.
Please contact sung@dnote.io