Skip to content

Instantly share code, notes, and snippets.

@antimatter15
Created August 24, 2016 13:14
Show Gist options
  • Select an option

  • Save antimatter15/d82fc0be2b3ee0737df3cbfe166221b7 to your computer and use it in GitHub Desktop.

Select an option

Save antimatter15/d82fc0be2b3ee0737df3cbfe166221b7 to your computer and use it in GitHub Desktop.
Word Count
window.text;
"Word Count: " + window.text.trim().split(/\s+/).length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment