Created
January 23, 2023 02:22
-
-
Save psenough/27ddd5e4ca839492c9967606fa6aa472 to your computer and use it in GitHub Desktop.
This file contains 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 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