Youtube Studio のダッシュボードにある低評価数と割合を非表示にします。
マウスオンで表示されるポップアップはそのままです。
Hide low ratings and percentages on your Youtube Studio dashboard.
Youtube Studio 低評価非表示 (Hide low ratings on dashboard) by buhoho
Details
Authorbuhoho
LicenseMIT
Categorystudio.youtube.com
Created
Updated
Size695 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Youtube Studio 低評価非表示 (Hide low ratings on dashboard)
@version 20230104.18.50
@namespace userstyles.world/user/buhoho
@description Youtube Studio のダッシュボードにある低評価数と割合を非表示にします。
マウスオンで表示されるポップアップはそのままです。
Hide low ratings and percentages on your Youtube Studio dashboard.
@author buhoho
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://studio.youtube.com/channel") {
.likes-container .percent-label {
visibility: hidden;
}
.likes-container .progress .progress-fill {
width: 100% !important;
}
}