Asra logo for youtube
Asra youtube logo by toastiEm
Details
AuthortoastiEm
LicenseNo License
Categoryyoutube.com
Created
Updated
Code size475 B
Code checksum72d26f2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Asra youtube logo
@version 20250225.14.17
@namespace https://userstyles.world/user/toastiEm
@description Asra logo for youtube
@author toastiEm
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
#logo-icon
{
content: url("https://i.imgur.com/wYowmKg.png") !important;
width: 80px !important;
height: 65px;
object-fit: fit;
}
ytd-topbar-logo-renderer
{
width: 0%;
}
}