変更内容
- 動画タイトル文字サイズ拡大
- 再生数強調
- 概要欄調整
-「もっと見る」色付け - ループボタン非表示
- 低評価ボタン非表示
- オフラインボタン非表示
- クリップボタン非表示
Authorsyon
LicenseNo License
Categoryyoutube
Created
Updated
Size1.3 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
/* ==UserStyle==
@name ◆YouTube
@version 20230402
@namespace userstyles.world/user/syon
@description ### 変更内容
- 動画タイトル文字サイズ拡大
- 再生数強調
- 概要欄調整
-「もっと見る」色付け
- ループボタン非表示
- 低評価ボタン非表示
- オフラインボタン非表示
- クリップボタン非表示
### 拡張機能
- [Flow Chat for YouTube Live](https://github.com/fiahfy/youtube-live-chat-flow)
- [Improve YouTube!](https://chrome.google.com/webstore/detail/improve-youtube-video-you/bnomihfieiccainjcjblhegjgglakjdd)
@author syon
@license No License
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
/* タイトル */
ytd-watch-metadata h1.ytd-watch-metadata {
font-size: 2.5rem;
}
/* メンバーになる */
#sponsor-button {
display: none !important;
}
#flexible-item-buttons {
display: none !important;
}
/* 再生数 */
html body #description #info span {
color: #d65c5c;
font-size: 18px;
font-weight: bold;
font-family: "YouTube Sans", "Roboto", sans-serif !important;
}
#segmented-dislike-button {
display: none;
}
/* コメント記入欄非表示 */
#simple-box {
display: none !important;
}
}