Skip to content

Instantly share code, notes, and snippets.

@farisfaikar
Last active November 14, 2024 00:31
Show Gist options
  • Select an option

  • Save farisfaikar/103ee273ed9b1ee6e569083c5eb6e584 to your computer and use it in GitHub Desktop.

Select an option

Save farisfaikar/103ee273ed9b1ee6e569083c5eb6e584 to your computer and use it in GitHub Desktop.
Replaces YouTube logo with Spinning Maxwell Cat GIF
/* ==UserStyle==
@name Spinning Maxwell Cat YouTube Logo
@namespace youtube.com
@version 1.0.0
@description Replaces YouTube logo with spinning Maxwell Cat
@author farisfaikar
==/UserStyle== */
@-moz-document domain("youtube.com") {
#logo-icon
{
content: url("https://media.tenor.com/65mRO-L3k2EAAAAj/spinning-maxwell.gif") !important;
width: 120px;
height: 35px;
object-fit: cover;
}
ytd-topbar-logo-renderer
{
width: 0%;
}
}
@farisfaikar
Copy link
Author

This snippet is to be used using Stylish Chrome Extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment