Hacker News new | ask | show | jobs
by smokel 1086 days ago
Great work, thank you for sharing this.

I would prefer to see the entire list, so that I can easily search for keywords in the browser. Apparently, all data is available on the client side, but the table renderer seems to limit the table size to at most 100 entries.

2 comments

A workaround while you're waiting for this to be supported by OP is to go to inspector and change the last dropdown option to

    <option value="10000">10000</option>
then select it in the UI.
https://blogs.hn displays everything on a single page with no JS :)