Skip to content

Instantly share code, notes, and snippets.

@eugrus
Created October 22, 2024 16:04
Show Gist options
  • Save eugrus/0080261773bdc87e3f29870d8fcbcef4 to your computer and use it in GitHub Desktop.
Save eugrus/0080261773bdc87e3f29870d8fcbcef4 to your computer and use it in GitHub Desktop.
javascript:document.body.style.backgroundColor = "white"; document.querySelectorAll('*').forEach(el => { if (window.getComputedStyle(el).color) { el.style.color = "black"; }});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment