▲ | jstrieb 3 days ago | |||||||||||||||||||||||||||||||||||||
This post recommends the Newsit extension to view Hacker News discussion associated with a page. In the same vein, a few years ago, I made a Firefox extension for users who want a privacy-preserving way to see if pages have associated HN discussion: https://addons.mozilla.org/en-US/firefox/addon/hacker-news-d... Most other extensions probably hit an external API (such as Algolia) to check submission status, which means they send every page you visit to that API. Instead, my extension uses Bloom filters compiled from every link ever submitted (updated daily from the Hacker News BigQuery dataset) to check the current page's submission status. By using Bloom filters, my extension only hits the API when you click the button to view the discussion. Source code here: https://github.com/jstrieb/hackernews-button Feel free to pull the Bloom filters from the "Releases" section of that repo on GitHub to use in other projects if you'd like! | ||||||||||||||||||||||||||||||||||||||
▲ | rahimnathwani 3 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||
I use Chrome as my main browser and was going to ask if there was a Chrome version. I was sad to see there's a technical reason you couldn't make it work :( | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
▲ | rdmuser 3 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||
Personally I use this bookmarklet to check if sites have been submitted since I like to minimize extensions:
| ||||||||||||||||||||||||||||||||||||||
|