A web extension to automatically hide AI-related posts from HackerNews. Proudly not powered by AI.
The extension is not in any store yet, so you have to install it manually.
- Clone the repository
- Run
pnpm install
- Run
pnpm build
- Load the extension in your browser
- Firefox: Open
about:debugging
, click onThis Firefox
, click onLoad Temporary Add-on...
and select themanifest.json
file in thedist
folder - Chrome: Open
chrome://extensions
, enableDeveloper mode
, click onLoad unpacked
and select thebuild
folder
- Firefox: Open