changes your yt logo to a dancing cat :)
dancing cat yt logo by Hartelex
Details
AuthorHartelex
LicenseNo License
Categoryyoutube.com
Created
Updated
Size390 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 dancing cat
@version 20231009.19.30
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
#logo-icon
{
content: url("https://media.tenor.com/CnP64S7lszwAAAAi/meme-cat-cat-meme.gif") !important;
width: 120px;
height: 50px;
object-fit: cover;
}
ytd-topbar-logo-renderer
{
width: 0%;
}
}