Skip to content

Instantly share code, notes, and snippets.

@bobisme
Created February 3, 2015 17:35
Show Gist options
  • Save bobisme/8f0d1f010dca683905aa to your computer and use it in GitHub Desktop.
Save bobisme/8f0d1f010dca683905aa to your computer and use it in GitHub Desktop.
1-line rip google map list to csv (jQuery)
$('.list-content').map(function(){return $(this.children).map(function(){return $(this).text()}).toArray().join('|')}).toArray().join('\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment