replaces the boring youtube logo in the corner with an AWESOME cat when hovered (AWESOME)
AWESOME Youtube Logo by Junk03

Details
AuthorJunk03
LicenseNONE
Categoryyoutube.com
Created
Updated
Size427 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
nah
Source code
/* ==UserStyle==
@name w
@namespace q
@author me
@description q
@version 1
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("youtube.com")
{
ytd-logo:hover {
image-rendering: pixelated;
content: url("https://media.tenor.com/DRJqTz-cYiIAAAAj/explode-cat-head.gif") !important;
width: 123px;
height: 80px;
}
}