Skip to content

Instantly share code, notes, and snippets.

@Flolagale
Created December 17, 2015 11:21
Embed
What would you like to do?
Extract Twitter username list from twitter research
$$('.username > b').map(n => n.textContent ? '@' + n.textContent : '').filter(t => t).join(', ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment