Skip to content

Instantly share code, notes, and snippets.

@OrangeCrush
Created September 19, 2013 21:57
Show Gist options
  • Save OrangeCrush/6630435 to your computer and use it in GitHub Desktop.
Save OrangeCrush/6630435 to your computer and use it in GitHub Desktop.
Useful for data mining this site lol
http://worddetail.org/most_common/nouns/4
$(".boxtable > table > tbody > tr > td > a").each(function(_,val){console.log($(val).text())});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment