Skip to content

Instantly share code, notes, and snippets.

@badcc
Created July 2, 2017 01:53
Show Gist options
  • Save badcc/8ff0f357b836a45bb369a28f07c81ba1 to your computer and use it in GitHub Desktop.
Save badcc/8ff0f357b836a45bb369a28f07c81ba1 to your computer and use it in GitHub Desktop.
var list=[];var items = $('.items-container:last table tbody tr td.name-col a.title'); for (var i = 0; i < items.length; i++){ list.push(items[i].href) }; console.log(list.join('\n'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment