Skip to content

Instantly share code, notes, and snippets.

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 lolobosse/32598128d30cddf00655 to your computer and use it in GitHub Desktop.
Save lolobosse/32598128d30cddf00655 to your computer and use it in GitHub Desktop.
for(var total=0,i=0;i<$("tbody").children().size();i++){var string=$($("tbody").children()[i]).children()[6].innerHTML,split=string.split(" ");value=parseFloat(split[0])*("MB"==split[1]?1:1e3),total+=value}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment