Advertisement
Awn_pastebin

おーぷん2ちゃんねるのスレのdatから名無しさんとコテハンのレス数を抽出する為のブックマークレット

Mar 13th, 2015
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:(function(){var%20d=document;var%20dd=d.getElementsByTagName("pre")[0].textContent;var%20ds=dd.split("\n");var%20ktA=ds.map(function(el){return%20el.split("<>")[0]}).filter(function(el){return%20(/.+◆/).test(el)}).map(function(el){return%20el.replace(/<.?b>/g,"").replace("&gt;",">","g").replace(/忍法帖【.*】/g,"")});var%20ktU=ktA.filter(function(x,i,sl){return%20sl.indexOf(x)===i;});var%20res=ktU.map(function(elU){return%20(ktA.filter(function(elA){return%20elA==elU;}));});var%20srt=res.sort(function(a,b){return%20b.length-a.length;});var%20on=srt.map(function(el){return%20el[0]});var%20ov=srt.map(function(el){return%20el.length});ot=[];ot.push(on);ot.push(ov);d.write("スレタイ,"+ds[0].split("<>")[4]+"<br>"+"名無しさん,"+(ds.length-ktA.length-1)+"<br>");for(var%20i=0;i<ot[0].length;i++){d.write(ot[0][i]+","+ot[1][i]+"<br>");};})()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement