Ask HN: Is there a bookmarklet to find a HN comments thread for any web page?

3 points by slouch ↗ HN
I want to know if there is a comment thread for the tech news article I am currently reading. Has someone made a button that does that?

2 comments

[ 3.0 ms ] story [ 16.2 ms ] thread
Used my poor javascript skills to make a bookmarklet which sends location.href to the algolia search in a popup.

   javascript:q=location.href;p=document.title;void(t=open('https://hn.algolia.com/?query='+encodeURIComponent(q)+'&sort=byPopularity&prefix&page=0&dateRange=all&type=story','HN%20Search','toolbar=no,width=800,height=200'));