Skip to content

tbh yippee autism creature logo! by killerqueer

Screenshot of tbh yippee autism creature logo!

Details

Authorkillerqueer

LicenseWTFL

Categoryyoutube.com

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tbh Yippee (O β€” O )πŸ’₯πŸš“

Notes

Just Changes the logo, home page is clickable from the picture still

Source code

/* ==UserStyle==
@name         tbh yippee autism creature logo!
@namespace    USO Archive
@author       selene_cosmia
@description  Tbh Yippee (O β€” O )πŸ’₯πŸš“
@version      20231107.04.04
@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%;
  }
}

Reviews

No reviews yet.