Skip to content

Better Youtube by Kush-Dhingra

Details

AuthorKush-Dhingra

LicenseNo License

Category.

Created

Updated

Size550 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           youtube.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("youtube.com") {
    .branding-img-container,
    button.ytp-subtitles-button:nth-child(4),
    .ytp-miniplayer-button,
    button.ytp-size-button:nth-child(8),
    div.ytp-chapter-container:nth-child(10) > button:nth-child(1) > div:nth-child(3) {
        display: none !important;
    }
    ytd-app {
        overflow: hidden !important;
    }
}

Reviews

No reviews yet.