Blocking ads in WebExtension (Chrome and Firefox support) using @ghostery/adblocker-webextension.
yarn build
will build the extension- Open your browser and load "unpacked extension" from this folder
- On re-build, reload the extension in browser
Alternatively, using the following two commands:
yarn start:firefox
yarn start:chromium
Checkout background.ts and content-script.ts for more details!