Browser extension adding a reading time metric to each Hacker News story.
Available from the Mozilla Firefox Addon Store or Chrome Webstore.
Autoreloading plugin for development
git clone git@github.com:bencevans/hacker-news-reading-time.git
npm install
npm run start:firefox
Building a bundle for publishing
npx web-ext build --source-dir src
Publishing for Chrome
Publishing for Firefox
MIT © Ben Evans