Skip to content

Instantly share code, notes, and snippets.

@IhtishamAliii
Created March 10, 2021 08:25
Show Gist options
  • Select an option

  • Save IhtishamAliii/21a17b7b5930fbc76f2c9134e1be6ccb to your computer and use it in GitHub Desktop.

Select an option

Save IhtishamAliii/21a17b7b5930fbc76f2c9134e1be6ccb 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.color = "green";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment