User:Dschwen/stat

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

c=$('table[summary="Name spaces"] tbody').children; a=[];for(i=0;i<c.length;++i) { b=[];d=c[i].children; for(j=0;j<d.length;j++){n=d[j].innerHTML.replace(' ',).replace(/^$/,'0'); if(/k$/.test(n)) n=parseFloat(n.replace('k',))*1000.0; if(/M$/.test(n)) n=parseFloat(n.replace('M',))*1000000.0; b.push(n);}; if(b.length==35 && b[0].length<10) a.push(b.join('\t'))}; a.join('\n')