Changes the KamTape logo to the YouTube logo.
KamTape -> YouTube by Unbreakify
Details
AuthorUnbreakify
LicenseNo License
Categoryhttps://www.kamtape.com/
Created
Updated
Size778 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Yeah
Source code
/* ==UserStyle==
@name KamTape logo converter - 8/5/2023, 10:19:41 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description the j
@author Me (of course)
==/UserStyle== */
@-moz-document domain("kamtape.com") {
/img[src="img/logo.gif"]
{
content: url("https://cdn.discordapp.com/attachments/1031889649456660490/1137385138641178634/logo_1.gif%22) !important;
}
img[src="../img/logo_sm.gif"]
{
content: url("https://cdn.discordapp.com/attachments/1031889649456660490/1137386169307508766/logo_sm.gif%22) !important;
}
img[src="/viewfinder/resource/watermark.png"]
{
content: url("https://cdn.discordapp.com/attachments/1031889649456660490/1137387493315072070/logo-transparent.png%22) !important;
}
}