Skip to content

Instantly share code, notes, and snippets.

@IhtishamAliii
Last active March 10, 2021 08:21
Show Gist options
  • Save IhtishamAliii/15b59c8558615af111269a304efd61c4 to your computer and use it in GitHub Desktop.
Save IhtishamAliii/15b59c8558615af111269a304efd61c4 to your computer and use it in GitHub Desktop.
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