Skip to content

Instantly share code, notes, and snippets.

@mntmn
Created March 26, 2013 12:29
Show Gist options
  • Save mntmn/5245015 to your computer and use it in GitHub Desktop.
Save mntmn/5245015 to your computer and use it in GitHub Desktop.
Bookmarklet to count words in a Spacedeck Space
javascript:alert($("<div>"+controller.currentController.space.artifacts.map(function(a){return a.get("description")}).join(" ")+"</div>").text().replace(/\s+/g," ").split(" ").length+" words")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment