Changes the Tubelious logo to the 2005 YouTube Logo
2005 YT for Tubelious by ToniGamer123
Details
AuthorToniGamer123
LicenseNo License
CategoryLogos
Created
Updated
Size588 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 2005 YT for Tubelious
@author Toni
@version 20231120.17.05
@namespace ?
@description `2005 YouTube Logo for Tubelious`
==/UserStyle== */
@-moz-document url-prefix("https://tubelious.xyz/"), url-prefix("/https://tubelious.xyz/"), url-prefix("http://tubelious.xyz/"){
img[alt="Tubelious"]
{
content: url("https://web.archive.org/web/20050831230308im_/http://www.youtube.com/img/logo_sm.gif") !important;
width: 116px !important;
height: 48px !important;
top: 2px !important;
z-index: 100 !important;
}
}