Created
October 22, 2024 16:04
-
-
Save eugrus/0080261773bdc87e3f29870d8fcbcef4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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