Skip to content

Blue Archive youtube logo by Itigo

Details

AuthorItigo

LicenseMumei

CategoryIkisugiIkuiku114514

Created

Updated

Code size670 B

Code checksum2f2a841b

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Youtubeのアイコンをブルアカにします

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       Blue Archive youtube logo
@version    20250221.20.00
@namespace  ?
==/UserStyle== */

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


  #logo-icon
  {
    content: url("https://i.imgur.com/U9UWKdv.png") 
        !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.