Logo YT
Spiderman Youtube Logo by Spyware0412

Details
AuthorSpyware0412
LicenseNo License
Categoryyoutube.com
Created
Updated
Code size647 B
Code checksumd0ef6092
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 9/5/2023, 5:34:23 pm
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
#logo-icon {
content: url("https://th.bing.com/th/id/R.e01866a62d0c493df9ae72c2fbb3b7ec?rik=5GRv7236lfM2Qg&riu=http%3a%2f%2fclipart-library.com%2fimg1%2f972973.gif&ehk=HxH56mZMcqz65KGfu4ATOEu1%2fqaIMjJvLc4w0crmC5A%3d&risl=&pid=ImgRaw&r=0") !important;
width: 100px;
height: 100px;
object-fit: cover;
}
ytd-topbar-logo-renderer {
width: 0%;
}
}