Last active
June 12, 2020 21:14
-
-
Save djD-REK/ff43e2b13a36d49334d3a8c01bf30431 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
// Select all the <div> elements on the current page | |
const allDivs = document.getElementsByTagName("div") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment