Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.06 KB

readme.md

File metadata and controls

29 lines (18 loc) · 1.06 KB

dom destroyer

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.

manual target practice tests

  1. run python3 -m http.server in the project root
  2. navigate to http://localhost:8000

see tests for the current development version here

local dev

  1. run make ff-dev or make chrome-dev once, to copy the manifest.json file for the browser you're working with.
  2. load (and reload) the whole repo directory as an unpacked extension in the browser as normal for extension development

releasing

  1. bump version in all manifest-*.json files
  2. run make all
  3. upload to the various extension stores to see if there are any warnings
  4. assuming everythign is good, submit, and don't forget to commit & tag in git