Skip to content

My NicoNico Script by kozv

Details

Authorkozv

LicenseNo License

Categoryuserstyles

Created

Updated

Size4.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

nicovideo.jp

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       nicovideo.jp
@version    20240123.15.12
@namespace  ?
==/UserStyle== */

@-moz-document domain("nicovideo.jp") {
/*トップページ*/
.ContentsDigestFrame,.NicoNewsAreaContainer,.ContentsInformationAreaContainer {
    display: none;
}

section.NicorepoPage-content {
    display: none;
}


/*動画ページ*/
.BottomSideContainer,
.IchibaContainer,
.UadVideosContainer,
.BottomContainer-adContainer,
.MainContainer-marquee
{display: none;}
.BottomContainer {min-height: 0px;}
/*ランキングページ*/
.NC-MediaObject.NC-NicoadMediaObject.RankingMainNicoad.NC-MediaObject_withActionk,
.RankingMatrixNicoadsRow,
.SpecifiedRanking-sub{
    display: none;
}

/*ホームページ*/

.BaseLayout-block:has(
 .HotTagsContainer,
 .OnTvAnimeVideosContainer,
 .RecommendAreaContainer,
 .TagPushVideosContainer,
 .ViewHistoriesContainer,
 .NewArrivalVideosContainer,
 .NewCommentVideosContainer,
 .RecommendVideosContainer,
 .TrendyTagAreaContainer,
 .TrendyTagsWithVideosContainer,
 .GenreTopPageHeader,
 .NicoadVideosContainer,
 .RankingVideosContainer,
 .FollowingVideosContainer
 ) {
 display: none;
}

a[href="/video_top/genre/r18"]{
 display: none;
}
a[href="/ranking/genre/r18?video_ranking_menu"]{
 display: none;
}


/*ニコニコトップ*/
.ContentsPickupContainer[data-is-visible="true"],
section.TopPage-middleBillboardAdSection
 {
 display: none;
}


/* 広告 */
div#div-gpt-ad-1632300725979-0 {
    display: none;
}
div#div-gpt-ad-1632300850792-0 {
    display: none;
}
#ad_closed_panel {
    display: none;
}

/*サムネイルを非表示にする*/
/*検索結果のサムネイルを非表示にする*/
.uadWrap {
    display: none;
}
.videoList01Wrap {
    display: contents;
}
.videoList01 .itemContent .itemTitle {
    font-size: 124%;
    margin-top: 4px;
    margin-bottom: 4px;
}
/*ランキングのサムネイルを非表示にする*/
.NC-MediaObject-media {
    display: none;
}
.NC-VideoMediaObject-description {
    margin-top: 7px;
    margin-bottom: 0px;
}
/*総合ランキングのサムネイルを非表示にする*/
a.NC-Link.NC-Card-media {
    display: none;
}
.RankingMatrixVideosRow {
    height: 130px;
}
.NC-MutedVideoCard, .NC-SensitiveVideoCard, .VideoItem.NC-Card {
    height: auto;
}
a[href="https://account.nicovideo.jp/my/account?sec=pc_video_sensitive#sensitive_contents"]{
 display: none;
}
div.NC-Card-main:has(.NC-SensitiveVideoThumbnail) {
    display: none;
}

/********************************************************************/
/********************************************************************/
/**************************   /ranking     **************************/
/********************************************************************/
/********************************************************************/
/*metacountを非表示にする*/
.NC-VideoCard-metaCount {
    display: none;
}
/*meta countを非表示にしたらカードにスペースが空いたので高さを詰めた*/
.RankingMatrixVideosRow {
    height: 80px;
}
/*日付を非表示にする*/
.NC-VideoCard-secondary {
    display: none;
}


/*個別のランキングページのmetacouintを非表示にする*/
.NC-VideoMediaObject-metaCount {
    display: none;
}



/********************************************************************/
/********************************************************************/
/**************************   /search     ***************************/
/********************************************************************/
/********************************************************************/
/*検索結果からplay, comment like, mylistsの数を非表示にする*/
.itemData {
    display: none;
}
/*検索結果から日付のデータを非表示にする*/
p.itemTime {
    display: none;
}



/********************************************************************/
/********************************************************************/
/********************************************************************/
/**************************   動画ページ     *************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/*up to nextのタブタイトルを消す*/
.PlayerPanelContainer-tabItem.current {
    display: none;
}
/*up to next の動画たちを消す*/
.VideoListPanelContainer {
    display: none;
}
}

Reviews

No reviews yet.