I want the world to scroll this way
11–20 of 308 posts
Re: I want the world to scroll this way
#12Going back and forth between your page and HN by using the browser button doesn't return me to the exact same place I left on your page. Traditional scrolling does that, though. I wonder if that would be easy to implement without a browser extension.
Re: I want the world to scroll this way
#13Works perfectly on Chrome (24.0) but nothing happens on Firefox (18.0).
I found some stickyness on Firefox 18. I've deployed a fix but I put a 24 hour cache in front of the page before posting it to hn so it'll probably only update for you this time tomorrow.
Re: I want the world to scroll this way
#14What benefit does this have over scrolling = next page? Your eyes have to refocus on the top of the page anyway, you might as well have refreshed the whole text, not just the top line of the second line. Interesting idea though - what does this do on a touch device?
Re: I want the world to scroll this way
#15Re: I want the world to scroll this way
#16This just feels like fancy pagination. I tried partially scrolling ahead as I was reading and it disoriented me further, because the upcoming text was showing up at the top, behind where my eyes were, replacing the old text. This is confusing and not better.
Re: I want the world to scroll this way
#17Re: I want the world to scroll this way
#18Re: I want the world to scroll this way
#19Re: I want the world to scroll this way
#20Going back and forth between your page and HN by using the browser button doesn't return me to the exact same place I left on your page. Traditional scrolling does that, though. I wonder if that would be easy to implement without a browser extension.
Yes, this is hard to keep track of even after window resizes which changes how many words appear on each page. To do it I'd need to store info about page position in local storage. which is possible with the extension but might be a bit too much effort. I can't think of a way to do it with the bookmarklet at the moment.