Get the firefox addon or the chrome extension and clear any web page of annoying ads, overlays, sidebars, anything... just click and it's gone.
- run
python3 -m http.server
in the project root - navigate to http://localhost:8000
see tests for the current development version here
- run
make ff-dev
ormake chrome-dev
once, to copy themanifest.json
file for the browser you're working with. - load (and reload) the whole repo directory as an unpacked extension in the browser as normal for extension development
- bump version in all
manifest-*.json
files - run
make all
- upload to the various extension stores to see if there are any warnings
- assuming everythign is good, submit, and don't forget to commit & tag in git