Hacker News new | ask | show | jobs
by Naomarik 1376 days ago
I completely agree with you so I wrote one awhile back that doesn't break the scrollbar and also returns you to where you were on browser back.

It's not perfect but I don't really care to improve it and no one has had any complaints.

Check it out here: https://sayartii.com/search

1 comments

This doesn't appear to be infinite scrolling. I can scroll to the bottom of the list with Cmd-Down. It just appears you're lazily rendering results.

N.b. it's incredibly slow, because it has to load every batch above the scroll position first. Try going to the bottom of the page and seeing how long it takes for results to render.