Youtubeのアイコンをブルアカにします
Blue Archive youtube logo by Itigo
Details
AuthorItigo
LicenseMumei
CategoryIkisugiIkuiku114514
Created
Updated
Size693 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 Blue Archive youtube logo
@namespace Mumei
@author Mumei
@description Youtubeのアイコンをブルアカにします
@version 2024.0.1
@license Mumei
==/UserStyle== */
@-moz-document domain("youtube.com")
{
#logo-icon
{
content: url("https://cdn.discordapp.com/attachments/1290362205815967806/1313536862434103346/image.png?ex=67507e08&is=674f2c88&hm=c86057869072cb9292785379c33356361dafcd3284d6c4ca2ffd2be1dea075d2&") !important;
width: 100px;
height: 50px;
object-fit: cover;
}
ytd-topbar-logo-renderer
{
width: 0%;
}
}
#country-code.ytd-topbar-logo-renderer {
color: #0f0f0f;
margin: 12px 0 0 -10px;
}