Skip to content

YouTube - Remove Channel Watermarks by NoahDC2

Details

AuthorNoahDC2

LicenseNo License

Categorywww.youtube.com

Created

Updated

Size385 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the annoying watermark in the bottom-right of videos.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube - Remove Channel Watermarks
@namespace      noahdcraig@outlook.com
@version        1.0.0
@description    Removes the annoying watermark in the bottom-right of videos.
@author         Noah D Y C
==/UserStyle== */

@-moz-document domain("www.youtube.com") {
    img[aria-label="Channel watermark"] {
        visibility: hidden !important;
    }
}

Reviews

No reviews yet.