Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save peterschussheim/26e5d3eaa2f8024bee2ae1374fdcad17 to your computer and use it in GitHub Desktop.
Save peterschussheim/26e5d3eaa2f8024bee2ae1374fdcad17 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