|
|
|
|
|
by rsapkf
1182 days ago
|
|
Here'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`)
})();
|
|