Created
July 2, 2017 01:53
-
-
Save badcc/8ff0f357b836a45bb369a28f07c81ba1 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 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