javascript: (() => {
const id = window.location.href.match(/\d+$/g)[0];
window.open(`https://hn.algolia.com/?dateRange=all&page=0&prefix=false&query=story:${id}&sort=byDate&type=comment`)
})();How to read Hacker News threads with most recent comments first
11–20 of 28 posts
Re: How to read Hacker News threads with most recent comments first
#12I'm a simple guy, and I just do Ctrl-F "minutes ago".
Re: How to read Hacker News threads with most recent comments first
#13I'm a simple guy, and I just do Ctrl-F "minutes ago".
Don't forget to check "minute ago", for those sneaky 1-minute-old comments.
Re: How to read Hacker News threads with most recent comments first
#14Re: How to read Hacker News threads with most recent comments first
#15Re: How to read Hacker News threads with most recent comments first
#16Here's a bookmarklet to take you directly to the algolia page from a thread: javascript: (() => { const id = window.location.href.match(/\d+$/g)[0]; window.open(`https://hn.algolia.com/?dateRange=all&page=0&prefix=false&query=story:${id}&sort=byDate&type=comment`) })();
Re: How to read Hacker News threads with most recent comments first
#17Here's a bookmarklet to take you directly to the algolia page from a thread: javascript: (() => { const id = window.location.href.match(/\d+$/g)[0]; window.open(`https://hn.algolia.com/?dateRange=all&page=0&prefix=false&query=story:${id}&sort=byDate&type=comment`) })();
what is algolia page?
Re: How to read Hacker News threads with most recent comments first
#18Here's a bookmarklet to take you directly to the algolia page from a thread: javascript: (() => { const id = window.location.href.match(/\d+$/g)[0]; window.open(`https://hn.algolia.com/?dateRange=all&page=0&prefix=false&query=story:${id}&sort=byDate&type=comment`) })();
what is algolia page?
Re: How to read Hacker News threads with most recent comments first
#19Here's a bookmarklet to take you directly to the algolia page from a thread: javascript: (() => { const id = window.location.href.match(/\d+$/g)[0]; window.open(`https://hn.algolia.com/?dateRange=all&page=0&prefix=false&query=story:${id}&sort=byDate&type=comment`) })();
what is algolia page?