Created
October 4, 2019 23:27
-
-
Save Aissaoui-Ahmed/d395b1344d986ee2c4b25e27ef175b8d 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 text; | |
for (let i = 0; i < document.getElementsByClassName('js-navigation-open').length; i++) { | |
text += "- \[ \] " + document.getElementsByClassName('js-navigation-open')[i].attributes[1].textContent + "\n"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment