Last active
September 21, 2022 15:40
-
-
Save jomoespe/d11c6f9dcf362588b9bb54c7c1434334 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
// Idea from this tweet https://twitter.com/dei_biz/status/1572532695183523842?s=20&t=4VCKMl_BJSfWBETNhtyEbA | |
// All credit to ttps://github.com/dei-biz | |
[...document.querySelectorAll("*")].map(e=> http://e.style.color = "RGBA(0,0,0,0)") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment