Skip to content

Instantly share code, notes, and snippets.

@embayer
Created February 18, 2017 15:14
Show Gist options
  • Save embayer/4dac2ed69e038738ac29d71b37c64fa9 to your computer and use it in GitHub Desktop.
Save embayer/4dac2ed69e038738ac29d71b37c64fa9 to your computer and use it in GitHub Desktop.
var resultList = document.querySelector('#s-results-list-atf');
var results = resultList.getElementsByTagName('li');
for (var i=0; i<results; i++) {
console.log(results[i].getAttribute('data-asin');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment