Skip to content

Instantly share code, notes, and snippets.

@umjammer
Created July 8, 2021 13:44
Show Gist options
  • Select an option

  • Save umjammer/129d0041f32c97c7688b4e022f339490 to your computer and use it in GitHub Desktop.

Select an option

Save umjammer/129d0041f32c97c7688b4e022f339490 to your computer and use it in GitHub Desktop.
var elements = document.getElementsByClassName("series-episode-list-container");
for (var i = 0; i < elements.length; i++) {
console.log(elements[i].getAttribute('href'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment