Skip to content

Custom Youtube logo by crax

Screenshot of Custom Youtube logo

Details

Authorcrax

LicenseCC-BY-NC-SA-4.0

Categoryyoutube

Created

Updated

Size857 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Allows you to set a custom Youtube logo of your choice

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Custom Youtube Logo
@namespace      CraX
@author         CraX
@description    Lets you assign a custom Youtube logo
@version        1.0
@preprocessor   uso
@advanced       text imag "Image for new logo" "https://i.imgur.com/0eiyOME.png"
==/UserStyle== */
@-moz-document domain("youtube.com") {
    #logo .style-scope.yt-icon {
        width: 0%;
        display: none;
    }

    #logo-icon-container {
        opacity: 0;
    }
}

#logo {
    background: url(/*[[imag]]*/);
    background-size: 100% !important;
    background-repeat: no-repeat;
}

#logo-container .logo {
    background: url(/*[[imag]]*/) !Important;
    background-size: 100% !Important;
    background-repeat: no-repeat !Important;
    width: 100% !Important;
}

/* #yt-masthead #logo-container span.content-region {} */

Reviews

No reviews yet.