Skip to content

Instantly share code, notes, and snippets.

@williamsba
Created February 27, 2014 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save williamsba/9242583 to your computer and use it in GitHub Desktop.
Save williamsba/9242583 to your computer and use it in GitHub Desktop.
javascript:(function(){var total=0,count=0;jQuery('p.downloads').each(function(i,e){count++;total+=parseInt(jQuery(e).text().replace(/,/g,''));});total=total.toString().replace(/\B(?=(\d{3})+(?!\d))/g,',');alert(count+' plugins and '+total+' downloads');})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment