I've been building a browser extension called Curb Your Consumerism that detects when you're on a checkout page for a website and redirects you to a screen that shows you how long you had to work to earn the purchase you're about to make. The idea is to get people to more consciously consume and in general reduce their consumption.

It's currently working, but I've stalled a bit because I'm not sure of the best way to promote it. ProductHunt is probably a good first step, but other suggestions welcome.

Chrome: https://chrome.google.com/webstore/detail/curb-your-consumer....

Firefox: https://addons.mozilla.org/en-US/firefox/addon/curb-your-con....

More info: https://www.curbyourconsumerism.app/#faq

I want to thank you for making a Firefox extension. As a fellow WebExtension developer, I'm shocked to see how many extension "product" teams just skip adding a version for Firefox, when most of the code is the same (due to the shared standard.)

Thank you for doing what's right!

Thanks! It was a bit more work than I expected to be honest. I wish I had started originally using Mozilla's polyfill: https://github.com/mozilla/webextension-polyfill