How to emulate vision deficiencies in Chrome Developer Tools

Mae Capozzi · December 20, 2020Chrome Dev tools now offers a feature that lets you emulate different vision deficiencies.

Chrome Dev tools now offers a feature that lets you emulate the following vision deficiencies in dev tools:

  • Blurred vision
  • Protanopia
  • Deuteranopia
  • Tritanopia
  • Achromatopia

Follow these steps to try it yourself:

  1. Open dev tools cmd+opt+i
  2. Click on the three vertical dots in the top right hand corner of the dev tools.
  3. Selected More tools > Rendering.
  4. Scroll all the way down and select a vision deficiency under "Emulate vision deficiencies."

Continue Reading

aiobservabilitydeveloper-tools

AI agents removed the friction from writing telemetry

I used to avoid adding telemetry because it felt like tedious busywork. Now with Claude handling the OpenTelemetry boilerplate, I'm instrumenting everything.

Read Post