Created
August 16, 2020 11:13
-
-
Save Ruffo324/f4ada712125674062fd97f0a2705e699 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
// navigate to: https://highlightjs.org/static/demo/ | |
// open developer console | |
// paste the following and press enter | |
console.log( $(".all>h2").get().map(x => x.innerText.replace(/\s/g, "")).join("\n")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment