Skip to content

Instantly share code, notes, and snippets.

@Ruffo324
Created August 16, 2020 11:13
Show Gist options
  • Save Ruffo324/f4ada712125674062fd97f0a2705e699 to your computer and use it in GitHub Desktop.
Save Ruffo324/f4ada712125674062fd97f0a2705e699 to your computer and use it in GitHub Desktop.
// 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