Skip to content

YouTube 再生数&いいね非表示 YouTube Views & Likes Hider by buhoho

Screenshot of YouTube 再生数&いいね非表示  YouTube Views & Likes Hider

Details

Authorbuhoho

LicenseMIT

Categoryyoutube.com

Created

Updated

Size864 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

YouTubeの動画ページにおいて、再生数といいね数を非表示にします。
This CSS hides the view and like counts on YouTube video pages.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         YouTube 再生数&いいね非表示  YouTube Views & Likes Hider
@version      20231207.22.00
@namespace    userstyles.world/user/buhoho
@description  YouTubeの動画ページにおいて、再生数といいね数を非表示にします。
This CSS hides the view and like counts on YouTube video pages.
@author       buhoho
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/watch?") {
    /* 再生数を消します */
    #view-count.ytd-watch-info-text, /* アニメするやつ */
    yt-formatted-string#info span:first-child, /* アニメーションしない場合がある */

    /* いいね数を消します */
    .YtSegmentedLikeDislikeButtonViewModelSegmentedButtonsWrapper .yt-spec-button-shape-next__button-text-content {
        display: none;
    }
}

Reviews

No reviews yet.