Ask HN: I hate vertical scrolling. How can I paginate the web?
My eyes get messed up by scrolling long pieces of text. I like reading long stuff on the internet, so I often print to PDF, but this is an extra step and frequently breaks or is ugly and LESS readable where print.css isn’t well-designed. Is there some way to extract the rendered DOM and break it into discrete screen-size pages that I can flip through instead of scrolling?
31 comments
[ 3.0 ms ] story [ 78.3 ms ] thread* If the last page should only be one paragraph, the browser might not be able scroll down enough to only include only that paragraph.
Maybe try the vimium extension, d/u jumps half a page down/up
https://support.microsoft.com/en-us/topic/use-immersive-read...
When learning a language I have to keep a dictionary, Google Translate, and Google Images open at the same time, and it's frustrating to find that neither language tool includes direct access to the other 2.
At some point I translated an English email to French and the Deepl translation translated "regards" to the French equivalent of something close to "I hope you appreciate, mister president, my distinguished salutations". It's probably based on official documents from parties like the UN and the EU that have many if not all documents translated to all member languages, so that was a very interesting bias to spot.
I hope people still do print.css. I also have a habit of printing interesting articles to read away from the screen.
1. https://github.com/BafS/Gutenberg
Another possibility could be setting your reading font to OpenDyslexic: https://opendyslexic.org/ (or the $$$ https://www.dyslexiefont.com/en/typeface/)
Yet another could be installing BeeLine reader, which highlights lines of text using progressive gradients: https://chrome.google.com/webstore/detail/beeline-reader/ifj...
What I hate most about vertical scrolling, and specifically infinite scroll is when you click through to a segment, and then navigate back you're now back to the top where you started.
I get around this by opening every segment in a new tab, but what an annoyance.
I modified it so the marker is not a red line, but a transparent gray block marking the part of the page you've already seen. (Sometimes I couldn't find the red line before it fades away, and I find the gray block less distracting.)
Then I added it to ViolentMonkey (user script) so it's always activated without having to click the bookmarklet.
[1]: https://github.com/phuhl/bookmarklets#scroll-better-with-the...