Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: Is there a bookmarklet to find a HN comments thread for any web page?
3 points by slouch on Jan 27, 2015 | hide | past | favorite | 2 comments
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?


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'));


Here's a Chrome extension that does it for every page you visit.

https://chrome.google.com/webstore/detail/hacker-news-sideba...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: