Skip to content

おすすめ欄で気が散るので隠す by kozv

Screenshot of おすすめ欄で気が散るので隠す

Details

Authorkozv

LicenseNo License

Categorynicovideo

Created

Updated

Size813 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

動画視聴ページの気が散る要素を隠す
unhook distraction free

Notes

ニコニコ(eR) 新視聴ページ用です

Source code

/* ==UserStyle==
@name           www.nicovideo.jp/watch/sm44192718
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://www.nicovideo.jp/watch/") {
 /* Insert code here... */
 /* おすすめ欄を非表示にする */
 [id^="tabs::r"]{
  display: none;
 }
 /* 動画説明欄の下のニコニ広告された動画の欄を非表示にする  */
 .grid-area_\[bottom\] section:nth-of-type(2) {
    display: none;
 }
 /*  動画説明欄の下のシリーズのアイコンを非表示にする */
 img.w_thumbnail\.m.asp_16\:9.bdr_m.obj-f_contain.bg-c_layer\.surfaceHighEmBlack {
    display: none;
 }
 a.fw_bold.lc_2.fs_l.as_flex-start {
    padding-bottom: 9px;
 }
}

Reviews

No reviews yet.