The most underused browser feature: reader mode
321–330 of 366 posts
Re: The most underused browser feature: reader mode
#322one little known feature of reader mode, no matter if firefox's or safari/mobile is that more often than you would expect, it kind of magically goes through pay-walls. so you get to see articles that require subscription or payment or else, with a single click. this happens so often that makes one wonder whether is due to some devs being lazy (hiding the actual content) or is by intent kept for savvy readers. also do…
Re: The most underused browser feature: reader mode
#323Earlier quoted context omitted.
3. Remove all the crap that isn't the article the user came for I don't use Reader mode for readability, but to remove all the clutter on the page.
It's not absolutely necessary to remove it, but when reading the article it should not be front-and-centre on the page. That means: - Single-column layouts. Sidebars suck. - No fixed-position elements. Especially not headers or footers, though fixed sidebars are also almost always a mistake. (There can be some benefit for reference / tools, but only about one time in a thousand that they're actually used.) On desktop…
I don't expect anyone to follow it 100%, but the gist is that the page layout shouldn't look too different from browser defaults or use advanced features.
Re: The most underused browser feature: reader mode
#324Re: The most underused browser feature: reader mode
#325Earlier quoted context omitted.
Doing exactly this with a large format e-ink tablet has been revolutionary for me
Which e-ink tablet would you recommend?
Re: The most underused browser feature: reader mode
#326Sadly Firefox truncated similar feature. It's deal breaker for me. https://superuser.com/questions/468580/create-application-sh...
I wish more Chrome users use this to avoid the feature removed.
Re: The most underused browser feature: reader mode
#327On Chrome, a startup named Speechify has a (crappy/intrusive) extension. They also have a decent iOS app, for ebooks, PDF and mobile web browsing... but their pricing structure is ridiculously expensive (also their annoying marketing feels like a giant ego trip/self promotional mania from the founder/CEO). However their voices are slightly better than the OS's.
Re: The most underused browser feature: reader mode
#328IMO most underrated browser feature is "Create shortcut" on Chromium. It can make any website to app-style window and create shortcut, so it can be pinned to Windows taskbar. So it can virtually replace some Electron apps to just a window for web version, so we can save system resources used by each Electron Chromium instances. It's also useful that shares browser profile, and extensions like ad blocker and password…
Re: The most underused browser feature: reader mode
#329Earlier quoted context omitted.
How can I implement my website such that it is optimally useful for browsers like this? Just avoid flashy stuff? Is there any way to list my blog somewhere as a friendly place to read? I'm spinning it up again after a year off for reasons that I will probably write about :)
Adhere to the actual semantic meaning of HTML5 tags and browsers will handle the rest - honestly. So long as you're not using JS to swap in hidden content and CSS to arbitrarily reorder content flow then even aria hints are pretty unnecessary - but adding the relevant aria attributes will make sure that screen readers have an easier time. Not abusing the tags solves pretty much everything at this point because the br…
For readers, it will be necessary to fix the implementation to do the working better, since not everyone will write it properly.