2011 youtube logo
Youtube logo from 2011 by oldyoutubelayout
Details
Authoroldyoutubelayout
Licenseold
Categoryyoutube
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name BreadTube Youtube Logo
@namespace USO Archive
@author AkephalosThaHeadless
@description `Replaces Youtube logo with BreadTube`
@version 20190911.3.21
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("youtube.com") {
#logo .style-scope.yt-icon {
width: 10000000px;
display: none;
}
#logo-icon-container {
opacity: 0;
}
}
#logo {
background: url(https://enewsinsight.com/wp-content/uploads/2022/04/Centre-blocks-22-YouTube-Channels-for-spreading-disinformation.jpg);
background-size: 90px 60px !important;
background-repeat: no-repeat;
}
#logo-container .logo {
background: url(https://enewsinsight.com/wp-content/uploads/2022/04/Centre-blocks-22-YouTube-Channels-for-spreading-disinformation.jpg
) !Important;
background-size: 100px !Important;
background-repeat: no-repeat !Important;
width: 105px !Important;
}
#yt-masthead #logo-container span.content-region {
}
}