Skip to content

Instantly share code, notes, and snippets.

@DanielVF
Created January 11, 2014 13:24
Show Gist options
  • Save DanielVF/8370906 to your computer and use it in GitHub Desktop.
Save DanielVF/8370906 to your computer and use it in GitHub Desktop.
Collect all ebay prices on page, for pasting into excel/numbers.
$.makeArray($('div[itemprop=price]').map(function(){return $(this).text().replace(/[^0-9]/g,'');}) ).join("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment