I love this idea, but sadly it's not for me. I tried this on my phone (going grayscale) and turned it off after 1/2 a day. Too many apps rely on color to differentiate different parts of the app. It definitely gave me a greater appreciation for the plight of the colorblind, and it's why for my own company's products, we always test in B&W, to make sure no functionality is lost. Relatedly, does anyone have any links t…
Show HN: Grayscale the Web – A Chrome extension to help avoid mindless browsing
51–60 of 81 posts
Re: Show HN: Grayscale the Web – A Chrome extension to help avoid mindless browsing
#52I love this idea, but sadly it's not for me. I tried this on my phone (going grayscale) and turned it off after 1/2 a day. Too many apps rely on color to differentiate different parts of the app. It definitely gave me a greater appreciation for the plight of the colorblind, and it's why for my own company's products, we always test in B&W, to make sure no functionality is lost. Relatedly, does anyone have any links t…
It must have to do with the university receiving federal funds..
Re: Show HN: Grayscale the Web – A Chrome extension to help avoid mindless browsing
#53Re: Show HN: Grayscale the Web – A Chrome extension to help avoid mindless browsing
#54Would be great if it was not just On/Off switch, but one could set timer (per site) and it would gradually desaturate website the longer you stay (1%, 2%, ...).
When timer turns 0, then site becomes fully grayscale (100%). When page is closed, then the timer is reset (after the same period of time?).
Re: Show HN: Grayscale the Web – A Chrome extension to help avoid mindless browsing
#55Earlier quoted context omitted.
If you are on macos you can do it globally and natively by going in the accessibility settings.
Check out Nocturne (originally from Blacktree, of QuickSilver fame). It even has a full red monochrome option (in case you need to finish that paper at 2 am but don't want to keep your roommates awake). I really wish Android and iOS had a full red monochrome night-vision mode. Short of that, for Android, you can switch to monochrome directly in Developer mode: https://www.trishtech.com/2016/02/how-to-turn-android-lol…
Not the easiest to find, but it's there for people who need/want it.
Re: Show HN: Grayscale the Web – A Chrome extension to help avoid mindless browsing
#56I love this idea, but sadly it's not for me. I tried this on my phone (going grayscale) and turned it off after 1/2 a day. Too many apps rely on color to differentiate different parts of the app. It definitely gave me a greater appreciation for the plight of the colorblind, and it's why for my own company's products, we always test in B&W, to make sure no functionality is lost. Relatedly, does anyone have any links t…
I work for a university making some of their websites ADA compliant. Simulating several different colorblindnesses is part of doing so. It always surprises me how even universities can be up-to-date with accessibility but sites as popular as Facebook or google can fail many of the checks we do. It must have to do with the university receiving federal funds..
Re: Show HN: Grayscale the Web – A Chrome extension to help avoid mindless browsing
#57Re: Show HN: Grayscale the Web – A Chrome extension to help avoid mindless browsing
#58I've looked as hard as I could but I couldn't find any solutions, at least not one that didn't require writing your own drivers.
Re: Show HN: Grayscale the Web – A Chrome extension to help avoid mindless browsing
#59For Firefox you can use the Stylish addon and "filter: grayscale(100%)" for similar effect.
Thanks, exactly what I was looking for. I went to "Create New Style" and added the following and now I'm all set: html { filter: grayscale(100%) !important; }