注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Function.prototype.bg = function(ms){ this.PID = setInterval(this,ms); return this; } Function.pr... Function.prototype.bg = function(ms){ this.PID = setInterval(this,ms); return this; } Function.prototype.kill = function(){ clearInterval(this.PID) } String.prototype.onReady = function(func){ var str = this; return function(){ try{ eval("var res=("+str+")"); if(res){ arguments.callee.kill(); func() } }catch(e){ } }.bg(10) } function load(user){ "Delicious.posts".onReady(feed_onload); var s = docu
2005/11/15 リンク