Or just open your browser console and run the JS directly:
[...byTag(document.body, 'a')].filter(x => x.innerText == 'more').map(x => { x.innerText = `${byClass($(x.href.split('item?id=')[1]), 'togg')[0].attributes['n'].value - 1} more`; });
Or just open your browser console and run the JS directly:
I find it much easier to browse HN now. It's immediately clear whether I'm missing a large subtree.