Skip to content

Instantly share code, notes, and snippets.

@OrangeCrush
Last active December 25, 2015 20:38
Show Gist options
  • Save OrangeCrush/7036141 to your computer and use it in GitHub Desktop.
Save OrangeCrush/7036141 to your computer and use it in GitHub Desktop.
Get the 100 most interesting three word phrases http://brainz.org/100-best-3-word-phrases/
for(var i=2; i < 100; i++){console.log((/\".*\"/g).exec($($('.entry')[0].children[i]).text())[0].slice(1,(/\".*\"/g).exec($($('.entry')[0].children[i]).text())[0].length -1))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment