Skip to content

Instantly share code, notes, and snippets.

@carrickkv2
Created December 14, 2022 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carrickkv2/0379dfa9263c19f3c167c3b013ba188a to your computer and use it in GitHub Desktop.
Save carrickkv2/0379dfa9263c19f3c167c3b013ba188a to your computer and use it in GitHub Desktop.
const collection = document.getElementsByClassName("h2_anime_title");
const outerHTMLArr = [];
for (let i = 0; i < collection.length; i++) {
outerHTMLArr.push(collection[i].outerHTML);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment