0
0

More than 3 years have passed since last update.

ニコニコ静画のコメントを消す

Posted at

ニコニコの最大の欠点はコメント

なのでコメントを消します。

利用環境

Stylus と対応ブラウザ

User Script

画面に流れるコメントを非表示にするCSS
.stream_comment {
    display:none !important;
}
.css_stream {
    display:none !important;
}
.comment_show {
    display:none !important;
}
.balloon {
    display:none !important;
}
邪魔なコントロールを非表示にして少し中央に寄せるCSS
.content_list .pages .image_container {
    margin-left:auto;
    margin-right:auto;
}
#detail .player.vertical .content_list .pages {
    /** 652+310. */
    /*width:962px;*/
    width:962px;
}
#ko_controls {
    width:0px;
    display:none !important;
}

🍤エビデンス 👎👎👎

before

コメント目障り
ストレスフル 🤬
image.png

after 👍👍👍

心の安寧が保たれる。
うっかり見えてしまうこともないため、非常にグッド。
ストレスフリー 😄
image.png

あとがき

ぶっちゃけ、赤の他人のコメントや評価なんて基本ゴミ以外のなにものでもない。

長らくUserCSSで無効化していたせいで、逆に『そもそもニコニコにコメントなんて有ったっけ?』くらいになってきてて、たまに評価用の機能のを拡充してほしいと思ってしまうほど。
(どの道コメントは要らないけど)

ニコニコ静画には好きな作品が沢山ありとても有り難く利用させていただいている。とても優秀なコンテンツサイトだと思うので、これからもコンテンツ産業の為に頑張ってもらいたいのだけど。もう少しコメント不要派の人間のために、コメントを遠ざける機能を検討してもらいたい。

作品を語らうのは親友だけで良いの。作者様を応援できさえすれば良いの。素性も知らない人と馴れ合うのは吐き気がするの。

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0