Skip to content

Instantly share code, notes, and snippets.

@fermion
Created December 11, 2009 14:21
Show Gist options
  • Save fermion/254232 to your computer and use it in GitHub Desktop.
Save fermion/254232 to your computer and use it in GitHub Desktop.
count number of Prototype Event observers on a page (thanks kangax)
javascript:alert($H(Event.cache).inject(0,function(m,p){m+=$H(p.value).values().flatten().size();return%20m}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment