Last active
March 10, 2021 08:21
-
-
Save IhtishamAliii/15b59c8558615af111269a304efd61c4 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
var all = document.getElementsByTagName("*"); | |
for (var i=0, max=all.length; i < max; i++) { | |
all[i].style.background = "black"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment