Skip to content

Instantly share code, notes, and snippets.

@eviltester
Created June 16, 2020 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eviltester/49eb818a7dec9d231b95d2aff896f97b to your computer and use it in GitHub Desktop.
Save eviltester/49eb818a7dec9d231b95d2aff896f97b to your computer and use it in GitHub Desktop.
right click, inspect, find <body>, paste this into the element style
color: black !important;
background: white !important;
font-size: 2em !important;
font-family: sans-serif !important;
@eviltester
Copy link
Author

eviltester commented Jun 16, 2020

I find some websites hard to read because of their font choice, font size, lack of contrast between text and background. And because I end up amending the style of the page in dev tools. I pasted my style changes here to find them easier. After pasting, I then amend the font size to make readable depending on the site.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment