just some code i wanted to try
2005 youtube code, code by griffenhiggins by brickrigs
Details
Authorbrickrigs
LicenseNo License
Categoryhttps://www.youtube.com
Created
Updated
Size482 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 4/18/2023, 2:14:27 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
img[src="img/logo_sm.gif"] {
content: url(https://i.imgur.com/dwAtSxF.png);
}
img[src="img/logo.gif"] {
content: url(https://i.imgur.com/dwAtSxF.png);
}
img[src="img/watermark.png"] {
content: url(https://i.imgur.com/05sq5Oj.png);
}
}