top | item 45337062

(no title)

rdmuser | 5 months ago

Personally I use this bookmarklet to check if sites have been submitted since I like to minimize extensions:

    javascript:void(location.href="https://hn.algolia.com/?query="+location.href)

discuss

order

foresto|5 months ago

That sends every page you check to Algolia's API, which is what jstrieb's extension is designed to avoid.

rdmuser|5 months ago

Oh totally I wasn't suggesting that as a direct replacement but more an alternate approach and that privacy factor is important to consider. Apologies if that wasn't clear. Personally I don't check that often so the occasional connection on click isn't serious vs the complexities of adding another extension even if it's a neat one.

I think you may be overlooking some nuance related to that extension vs my solution though. Extensions like that check every page you visit whereas my approach only checks on click so there is a much greater need for privacy solutions with extensions like that since they would normally be sending out your entire browser history in real time to the api.

Jstriebs solution seems pretty neat though and it's definitely something I'll keep in mind for similar use cases even if I skip using it to minimize my extension usage. I was happy to hear about it and read how it worked.

KTibow|5 months ago

It sounds like both the extension and bookmarklet don't send every page you visit but do send every page you check.