YoutubeのアイコンをVRChatにします
VRChat youtube logo by Itigo
Details
AuthorItigo
LicenseNo License
CategoryIkisugiIkuiku114514
Created
Updated
Size801 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 VRChat youtube logo
@version 20241204.21.34
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* ==UserStyle==
@name VRChat youtube logo
@namespace Mumei
@author Mumei
@description YoutubeのアイコンをVRChatにします
@version 2024.0.1
@license Mumei
==/UserStyle== */
#logo-icon
{
content: url("https://cdn.discordapp.com/attachments/1290362205815967806/1313967391125934180/vrchat-logo.png?ex=67520efe&is=6750bd7e&hm=a414b42ef7997a4f777d7d127d3b868464a746bc7da9b9e87b4175b2acc31f88&") !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;
}
}