Skip to content

Instantly share code, notes, and snippets.

@Anas-jaf
Created August 10, 2024 15:46
Show Gist options
  • Save Anas-jaf/2254d10cdd099fc104104a2d9a55ffbe to your computer and use it in GitHub Desktop.
Save Anas-jaf/2254d10cdd099fc104104a2d9a55ffbe to your computer and use it in GitHub Desktop.
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