Expand Hatena::Star
by
noromanba
2014-12-11 [2014/12/11 03:55:50]
expand Hatena::Star handle colored stars
@@ -7,15 +7,21 @@
*/
// http://os0x.g.hatena.ne.jp/os0x/20080502/1209724672
+console.time('*runtime');
(function(Hatena) {
if (typeof Hatena === 'undefined') return;
-
+ var ei = 0;
+ // TODO doubleness exec
Hatena.Star.EntryLoader.entries.forEach(function (entry) {
- entry.stars.some(function (star) {
- if(star && star.showInnerStars) {
+ console.info('*ei:', ei++);
+ entry.stars.some(function (star, idx) {
+ console.info('*idx:', idx);
+ if (star && star.count && star.showInnerStars) {
star.showInnerStars();
+ console.info('*expand:');
return true; // rustic
}
});
});
-})(window.Hatena);
+})(window.Hatena);
+console.timeEnd('*runtime'); //*runtime: 47ms -> *runtime: 57ms on http://d.hatena.ne.jp/amachang/
console.time('*runtime');
(function(Hatena) {
if (typeof Hatena === 'undefined') return;
var ei = 0;
Hatena.Star.EntryLoader.entries.forEach(function (entry) {
console.info('*ei:', ei++);
entry.stars.some(function (star, idx) {
console.info('*idx:', idx);
if (star && star.count && star.showInnerStars) {
star.showInnerStars();
console.info('*expand:');
return true;
}
});
});
})(window.Hatena);
console.timeEnd('*runtime');
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。