スターコメント (吹き出しの方) を表示
by
pacochi
2017-02-21 [2017/02/21 14:11:47]
コメント権限がない場合は出ないと思います。
@@ -1,14 +1,10 @@
/*
- * @title 駄目元でスターコメントを表示
- * @description 人力検索とブックマーク用。出たり出なかったり出ても使えなかったり。
- * @include http://q.hatena.ne.jp/*
- * @include http://b.hatena.ne.jp/*
+ * @title スターコメント (吹き出しの方) を表示
+ * @description コメント権限がない場合は出ないと思います。
+ * @include *
* @license MIT License
+ * @javascript_url
*/
-(function(e){
-
- for (var i = 0; i < e.length; i++)
- e[i].comment_container.style.display = 'inline';
-
-})(Hatena.Star.EntryLoader.entries);
+document.head.appendChild(document.createElement('style')).sheet.insertRule(
+ 'span.hatena-star-comment-container { display: inline-block; }', 0);
/*
* @title スターコメント (吹き出しの方) を表示
* @description コメント権限がない場合は出ないと思います。
* @include *
* @license MIT License
* @javascript_url
*/
document.head.appendChild(document.createElement('style')).sheet.insertRule(
'span.hatena-star-comment-container { display: inline-block; }', 0);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。