Skip to content

Instantly share code, notes, and snippets.

@Flolagale
Created December 17, 2015 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Flolagale/5bed7cfdea52830f0ead to your computer and use it in GitHub Desktop.
Save Flolagale/5bed7cfdea52830f0ead to your computer and use it in GitHub Desktop.
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