In lieu of an e-ink monitor, I use a hotkey to toggle "Grayscale" filtering on my Mac. It's taking some of the addictiveness out of my screen viewing.
eInk Mode: Making web pages easier to read
31–40 of 87 posts
Re: eInk Mode: Making web pages easier to read
#32Earlier quoted context omitted.
While looking for a typeface for my terminal, I happened upon the Braille Institute's website ( https://www.brailleinstitute.org/ ) which exemplifies more or less what you're describing. It is an aesthetically-pleasing site, with low visual and cognitive loads. Granted, that is an example of a site and not a browser, but I would love it if a browser could magically transform websites to look like the Braille Institut…
Do you happen to know how the Braille website's style is called? The high contrast, button shadows with big offsets. I've seen it in several places now and would like to use it myself
Re: eInk Mode: Making web pages easier to read
#33In lieu of an e-ink monitor, I use a hotkey to toggle "Grayscale" filtering on my Mac. It's taking some of the addictiveness out of my screen viewing.
How did you assign it to a hotkey? I'm sure there's at least a dozen ways to do it, but I couldn't find a simple one without installing additional software.
Re: eInk Mode: Making web pages easier to read
#34CSS & JS are the opposite.
Yes, I realize it's a losing battle, but it's a depressing thing nonetheless.
Re: eInk Mode: Making web pages easier to read
#35Okay, so I started reading this and got excited to see what this was all about. I've been wanting a web browser that can turn the "regular web" (as much as possible) into something more like an e-book that happens to have hyperlinks. Essentially, imagine Reader Mode, but all the time. But this is... something else? I tried scrolling to the bottom and as soon as I click on the scroll bar, I get a pop-up showing a bunc…
I really wish browsers were more modular - if the rendering engine and network fetching were easily separable - and you could insert your own steps into that pipeline, you could do all sorts of neat stuff. If I could insert some code of my own in between the fetch and the render, that would be ideal - strip out all ads and malware, optionally remove all scripts or css, run it through readability, etc...
Re: eInk Mode: Making web pages easier to read
#36This, the same as dark mode, and media queries etc, all completely undermines the core idea of the web - a semantic representation of data, rendered by a user agent, according to the users preferences. CSS & JS are the opposite. Yes, I realize it's a losing battle, but it's a depressing thing nonetheless.
The actual problem is that most browsers have forgotten that they're "user agents" - and have stipped away all the configurations and options that they used to have, removing control from the user.
Vivaldi is still very configurable, and still behaves like the users agent.
Re: eInk Mode: Making web pages easier to read
#37In lieu of an e-ink monitor, I use a hotkey to toggle "Grayscale" filtering on my Mac. It's taking some of the addictiveness out of my screen viewing.
I use this setting often, together with Increase Contrast, through the Accessibility Shortcuts menu. For whatever reason, my computer feels more peaceful and calm with those on, even if it's worse and uglier too. How did you assign it to a hotkey? I'm sure there's at least a dozen ways to do it, but I couldn't find a simple one without installing additional software.
Sadly, adding "Increase Contrast" to the shortcut causes the hotkey press to generate a voiced popup instead of quietly and directly toggling.
Re: eInk Mode: Making web pages easier to read
#38Earlier quoted context omitted.
I use this setting often, together with Increase Contrast, through the Accessibility Shortcuts menu. For whatever reason, my computer feels more peaceful and calm with those on, even if it's worse and uglier too. How did you assign it to a hotkey? I'm sure there's at least a dozen ways to do it, but I couldn't find a simple one without installing additional software.
I use the "Shortcut" section in Accessibility Settings. I uncheck everything except for "Color Filtering". I then map the default hotkey to a more convenient key using BetterTouchTool. BetterTouchTool is additional software for customizing input devices; I've used it for a decade and I consider it essential. Sadly, adding "Increase Contrast" to the shortcut causes the hotkey press to generate a voiced popup instead o…
Re: eInk Mode: Making web pages easier to read
#39Earlier quoted context omitted.
This is something I've been wanting for a while. You could probably build an extension to accomplish that. One hard challenge would be extracting content and then displaying it in a way that retains its semantics across the web, including navigation, sidebars, etc. Another would be form handling.
How about an extension that does it -after- the browser has implemented reader view? Then all that is already taken care of.
Re: eInk Mode: Making web pages easier to read
#40In lieu of an e-ink monitor, I use a hotkey to toggle "Grayscale" filtering on my Mac. It's taking some of the addictiveness out of my screen viewing.