Skip to content

Instantly share code, notes, and snippets.

@ollieglass
Created August 30, 2014 20:10
Show Gist options
  • Save ollieglass/e5671eecb7ce00dba04e to your computer and use it in GitHub Desktop.
Save ollieglass/e5671eecb7ce00dba04e to your computer and use it in GitHub Desktop.
Get the text from every tweet on the page
$(".tweet-text").map(function() { return $(this).text(); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment