Created
August 10, 2024 15:46
-
-
Save Anas-jaf/2254d10cdd099fc104104a2d9a55ffbe 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
arr = document.querySelectorAll("a[jsname='UWckNb']") | |
// e[0].href | |
arr[0].href | |
for (let element of arr) { | |
console.log(element.href); // Logs the href of each element | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment