Is this a conspiracy of the color blind to level the playing field?
On a related note, an extension that modifies colors to be colorblind friendly may actually be useful.
The world wide web in black and white
11–20 of 47 posts
Re: The world wide web in black and white
#12It's amazing how something so seemingly minor can make such a huge difference. I feel like I'm traversing the web of yesteryear (true yesteryear, not the animated gif'd web of 1997). Thanks for the link OP! One critique: The desaturation occurs a noticeable ~300ms after the page starts displaying, which means I always get a brief flash of colour.
Re: The world wide web in black and white
#13MacOS X > System Preferences > Universal Access
- Seeing -
Display: [x] Use grayscale
Re: The world wide web in black and white
#14Is this a conspiracy of the color blind to level the playing field?
On a related note, an extension that modifies colors to be colorblind friendly may actually be useful.
I remember using it for a university project in 2007, in which we had to build a movie lookup website from scratch. I used Sim Daltonism to design 3 alternative CSS that would cater to the needs of people with different types of colorblindness (there's not just one type, although deuteranomaly (red/green colorblindness) is the most widespread).
The teacher thought it was superfluous and took points off. sigh :)
Re: The world wide web in black and white
#15It's amazing how something so seemingly minor can make such a huge difference. I feel like I'm traversing the web of yesteryear (true yesteryear, not the animated gif'd web of 1997). Thanks for the link OP! One critique: The desaturation occurs a noticeable ~300ms after the page starts displaying, which means I always get a brief flash of colour.
html {
-webkit-filter: grayscale(100%);
}
On Mac it's in ~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css.Re: The world wide web in black and white
#16Re: The world wide web in black and white
#17A great addon but I don't like the flicker from color to BW on page load.
Google's official high contrast accessibility plugin has a greyscale option, and no flicker on page load.
Re: The world wide web in black and white
#18Re: The world wide web in black and white
#19Who needs plugins. MacOS X > System Preferences > Universal Access - Seeing - Display: [x] Use grayscale
Re: The world wide web in black and white
#20On firefox, the original HBR article, when viewed with this plugin completely wipes out the page. You may want to check your plugin on that page to see why it messes up your code. :)