Skip to content

Instantly share code, notes, and snippets.

@psenough
Created January 23, 2023 02:22
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 psenough/27ddd5e4ca839492c9967606fa6aa472 to your computer and use it in GitHub Desktop.
Save psenough/27ddd5e4ca839492c9967606fa6aa472 to your computer and use it in GitHub Desktop.
var res = document.getElementsByClassName("result__content")
for (let element of res) console.log(element.children[0].innerHTML + "," + element.children[0].href)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment