注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
/* * @title └(:D」┌)┘ * @description まわるよ! * @include http://* * @license MIT License * @req... /* * @title └(:D」┌)┘ * @description まわるよ! * @include http://* * @license MIT License * @require jquery */ (function(){ var aa = ['└(:D」 ┌)┘', '-(:D」-)-', '┌(:D」 └)┐', '-(:D」-)-']; var f = function(i) { $(document).queue([]).delay(100).queue('fx', function() { document.title = aa[i % 4]; if (i < 50) { f(i + 1); } }); }; f(4); }()) Permalink このページへの個別リンクです。 RAW 書かれたコードへの直接のリンクです。 Packed 文字列が圧縮された書かれ
2012/01/23 リンク