Skip to content

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

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

Details

Authorbuhoho

LicenseMIT

Categoryyoutube.com

Created

Updated

Code size886 B

Code checksum1f8244d3

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

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

Reviews

No reviews yet.