Skip to content

Instantly share code, notes, and snippets.

@williamsba
Created December 31, 2013 17:00
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/8199571 to your computer and use it in GitHub Desktop.
Save williamsba/8199571 to your computer and use it in GitHub Desktop.
javascript:(function(){var%20total=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+'%20plugins%20and%20'+total+'%20downloads');})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment