Skip to content

ニコニコ動画・生放送 コメント行間圧縮 by nms

Screenshot of ニコニコ動画・生放送 コメント行間圧縮

Details

Authornms

LicenseCC BY 4.0

Categoryniconico、ニコニコ動画、ニコニコ生放送、ニコ生

Created

Updated

Size6.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

ニコニコ生放送のコメントリストの行間を圧縮します。少し余白も削ってます。
ニュース、静画は気が向いたら対応します。
動画は設定に一クセあります。

Notes

Ver.20231117
【動画】ニコる表示を無効化する機能を追加。

Ver.20230808
【動画】コメントパネルの密度、フォントサイズの指定機能を追加。
ライセンス表記修正。

Ver.20220725
【生】修正。

Ver.20220602
【動画】対応。

Ver.20220210
LAN内からuserstyles.worldへ移管。

Source code

/* ==UserStyle==
@name         niconico comment compactview
@version      20231117-0555
@namespace    http://ns.npc.0am.jp/
@description  ニコニコ動画・生放送のコメントリストの行間を圧縮します。
@author       NMTV Systems
@license      CC-BY-4.0

/* VP 221125 行間隔 */
@var select vp-comment-line-height "【動画】行間隔"{"タッチ":"40","広い":"32","標準":"28","コンパクト*":"24","最小":"18","カスタム":"var(--vp-comment-line-height-value)"}
@var number vp-comment-line-height-value "【動画】行間隔 (カスタム)" 28
/* :root{--vp-comment-line-height:calc(var(--vp-comment-line-height-value,28)*1px);} */
if(vp-comment-line-height=="value"){
:root{--vp-comment-line-height:vp-comment-line-height-value;}
}
/* VP 230808 コメントパネル fontsize */
@var range vp-commentpanel-font-size "【動画】フォントサイズ" [12,8,24,1,"px"]
/* VP 230808 コメントパネル scale */
@var select vp-commentpanel-scale "【動画】コメントパネルの密度" {"低い*":"1","普通":".9","高い":".8","超圧縮":".75","最小":".7"}

/* VP 221125 行表示 */
@var checkbox vpCommentTime "【動画】コメント時間を表示する" 1
/* VP 231117 ニコる行表示 */
@var select vpNicoru "【動画】ニコるを表示する"["block:Enable*","none:Disable"]

/* LP 221125 行表示 */
@var checkbox lpCommentNumber "【生】コメント番号を表示する" 1
@var select lpCommentTime "【生】コメント時間を表示する"["block:Enable*","none:Disable"]
==/UserStyle== */
/* 231117 おまじない */*{}

/*  nico-NM-cm960.css Ver.20231117-0555         (C)2023 NMS               http://npc.0am.jp/ nmtvsys@gmail.com ◆◇◆ */

@-moz-document regexp("https?:\\/\\/www\\.nicovideo\\.jp\\/watch\\/.*"){
/* ■動画 */
/* VP 230808 コメントパネル scale */
.CommentPanelContainer-commentPanel{transform:scale(var(--vp-commentpanel-scale,.8));transform-origin:top left;width:125%;width:calc(1 / var(--vp-commentpanel-scale,1) * 100%);height:111.45%;height:calc(.89 / var(--vp-commentpanel-scale,1) * 100%);}

/* VP 230808 タイトル ニコる行 */.CommentPanelDataGrid-HeaderCell[data-name="nicoruCount"]{text-overflow:clip;}
/* VP 230808 コメント行 inner */
.CommentPanelDataGrid .CommentPanelDataGrid-HeaderCell,
.CommentPanelDataGrid .CommentPanelDataGrid-TableCell,
/* VP 220604 投コメ編集時 */.is-ownerEdit .CommentPanelDataGrid .CommentPanelDataGrid-TableCell,.OwnerCommentEditContainer-inlineEdit{
padding:.5px 0 .5px 4px;border-right:0;}
/* VP 230808 コメントパネル fontsize */
/* タイトル行,ニコる行 */.CommentPanelDataGrid .CommentPanelDataGrid-HeaderCell,.NicoruCell-count{font-size:calc(.9 * var(--vp-commentpanel-font-size,12px));}
/* コメント行 */.CommentPanelDataGrid .CommentPanelDataGrid-TableCell{font-size:var(--vp-commentpanel-font-size,12px);}
/* コメントなし時 */.CommentPanelDataGrid-Message{font-size:calc(.9 * var(--vp-commentpanel-font-size,12px));}

/* VP 231117 ニコる行表示 */
.CommentPanelDataGrid .CommentPanelDataGrid-HeaderCell[data-name="nicoruCount"],.CommentPanelDataGrid .CommentPanelDataGrid-TableCell[data-name="nicoruCount"]{display:var(--vpNicoru);}

/* VP 221125 ニコる行 サイズ修正 */
.CommentPanelDataGrid .CommentPanelDataGrid-HeaderCell[data-name="nicoruCount"],.CommentPanelDataGrid .CommentPanelDataGrid-TableCell[data-name="nicoruCount"]{width:42px;padding-left:0;}
.NicoruCell{padding-left:0;padding-right:0;}
.NicoruCell-icon{width:17px;height:17px;margin:-2px -1.25px;}
}/* /■動画 */
@-moz-document regexp("https?:\\/\\/live2?\\.nicovideo\\.jp\\/.*"){
/* ■生放送 */
[class*=___comment-number___],[class*=___comment-text___],[class*=___comment-time___],
[class*=___table-row___],[class*=___header-cell-skin___],[class*=___header-cell___],[class*=___table-cell-skin___],[class*=___table-cell___]{height:18px!important;font-size:11.25px!important;line-height:18px;}

/* LP 220604(211110) コメントパネル */
/* LP コメント行 */[class*=___comment-panel___] [class*=___table-row___]{padding:0;}
/* ※Firefox用 */@-moz-document url-prefix(){[class*=___comment-panel___] [class*=___table-row___]{padding:0 16px 0 0;}}
/* LP 220604 コメント時間 */[class*=___comment-time___]{margin:0;padding-left:.125em;letter-spacing:.2px;display:var(--lpCommentTime,block);}
/* LP 220604 コメント番号 */[class*=___comment-number___]{min-width:3.65em;margin-right:.375em;font-size:10.5px;}

/* LP 220604 コメント欄\コメント時間・番号 */[class*=___comment-time___],[class*=___comment-number___]{color:#a4a4a4;font-family:Avenir Next,Lato,sans-serif;}

/* LP 220604 コメント欄\文字色 */
/* LP 220604 コメント時間・番号 */[class*=___comment-time___],[class*=___comment-number___],
/* LP 220604 特殊コメント */[class*=___table-row___][data-comment-type="cruise"] [class*=___comment-text___],[class*=___table-row___][data-comment-type="nicoad"] [class*=___comment-text___],[class*=___table-row___][data-comment-type="programExtend"] [class*=___comment-text___],[class*=___table-row___][data-comment-type="quote"] [class*=___comment-text___],[class*=___table-row___][data-comment-type="ranking"] [class*=___comment-text___],[class*=___table-row___][data-comment-type="spi"] [class*=___comment-text___],[class*=___table-row___][data-comment-type="transparent"] [class*=___comment-text___],[class*=___table-row___][data-comment-type="userFollow"] [class*=___comment-text___],[class*=___table-row___][data-comment-type="userLevelup"] [class*=___comment-text___],[class*=___table-row___][data-comment-type="visited"] [class*=___comment-text___]{color:#808080;line-height:18px;}

/* LP 230725 コメント行 コメ番 padding */
[class*=___comment-data-grid___]>.body>.table>.table-row>.table-cell{padding-left:0!important;}

/* LP 220603 コメント行 inner */
[class*=___header-cell-skin___],[class*=___header-cell___],[class*=___table-cell-skin___],[class*=___table-cell___]{
height:18px;padding:2px 0 1.5px 4px;padding:1px 0 1px 0;font-size:12px;line-height:18px;}

[class*=___comment-number___]{font-size:10.5px!important;min-width:3.6em!important;margin-right:.5em!important;color:#a0a0a0!important;}
[class*=___comment-time___]{margin-right:0;color:#a0a0a0;}
}

Reviews

No reviews yet.