Hacker News new | ask | show | jobs
by mdaniel 2900 days ago
In case you weren't already aware, there is almost a cross-browser standard for doing that: https://developer.mozilla.org/en-US/Add-ons/WebExtensions and https://browserext.github.io/browserext/ is the draft standard
1 comments

Thanks!

I've tried to use as little browser-"specific" api's as I could, the main problem was the manifest.json file, which vary a bit between Chrome and Firefox

Anyway here's the link to the Firefox version if you're interested:

https://addons.mozilla.org/en-GB/firefox/addon/newsit-hnews-...

Let me know what you think, or if there's any issues