Skip to content

JHP youtube logo by Itigo

Details

AuthorItigo

LicenseNo License

CategoryIkisugiIkuiku114514

Created

Updated

Size842 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

YoutubeのアイコンをJHPにします

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       JHP youtube logo
@version    20241204.21.36
@namespace  ?
==/UserStyle== */

@-moz-document domain("youtube.com") {
/* ==UserStyle==
@name         JHP youtube logo
@namespace    Mumei
@author       Mumei
@description  YoutubeのアイコンをJHPにします
@version      2024.0.1
@license      Mumei
==/UserStyle== */

  #logo-icon
  {
    content: url("https://media.discordapp.net/attachments/1215390169142792262/1313978280231305377/IMG_0408.png?ex=67521922&is=6750c7a2&hm=75fe7e6e75a0abf8dbeb91c2d28bb505fe14abe3224b00f89be737dbe0c9b5a8&=&format=webp&quality=lossless&width=473&height=350") !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;
    }
}

Reviews

No reviews yet.