Autism creature go wob wob wob ( 0 - 0)
Autism Creature/TBH Creature Logo by killerqueer

Details
Authorkillerqueer
LicenseWTFL
Categoryyoutube.com
Created
Updated
Code size1.5 kB
Code checksum3112e8ee
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Updated to prevent the logo from being over-written when YouTube puts out a temporary update that draws over the logo until their event/holiday is over
Source code
/* ==UserStyle==
@name tbh yippee autism creature logo!
@namespace USO Archive
@author selene_cosmia
@description Autism creature go wob wob wob ( 0 - 0)
@version 2023.12.26
@license WTFL
@preprocessor uso
==/UserStyle== */
@-moz-document domain("youtube.com")
{
@keyframes yippeeLogo {
0% {
width: 150px;
height: 50px;
transform: translateX(0);
}
15% {
width: 165px;
height: 50px;
transform: translatex(-22px);
}
25% {
width: 125px;
height: 50px;
transform: translatex(-16px);
}
50% {
width: 105px;
height: 50px;
transform: translatex(0);
}
69% {
width: 110px;
height: 50px;
transform: translatex(12px);
}
80% {
width: 135px;
height: 50px;
transform: translatex(-44px);
}
90% {
width: 100px;
height: 50px;
transform: translatex(88px) skew(66.6deg);
}
100% {
width: 150px;
height: 50px;
transform: translate(0px);
}
}
#logo-icon,
.ytd-yoodle-renderer
{
content: url("https://media.tenor.com/PxqlsC0a1ukAAAAi/tbh-creature-yippee.gif") !important;
/*animation-name: yippeeLogo;
animation-duration: 4s;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;*/
width: 150px;
height: 54px;
object-fit: cover;
}
ytd-topbar-logo-renderer
{
width: 0%;
}
}