├── README.md └── src ├── contentScript.js ├── index.html ├── manifest.json └── popup.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownie-in-motion/hn-adblock/HEAD/README.md -------------------------------------------------------------------------------- /src/contentScript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownie-in-motion/hn-adblock/HEAD/src/contentScript.js -------------------------------------------------------------------------------- /src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownie-in-motion/hn-adblock/HEAD/src/index.html -------------------------------------------------------------------------------- /src/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownie-in-motion/hn-adblock/HEAD/src/manifest.json -------------------------------------------------------------------------------- /src/popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brownie-in-motion/hn-adblock/HEAD/src/popup.js --------------------------------------------------------------------------------