Skip to content

Instantly share code, notes, and snippets.

@ollieglass
Created August 30, 2014 20:10
Embed
What would you like to do?
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