Skip to content

? - Aug 2024 by DeveloperWide

Details

AuthorDeveloperWide

LicenseNo License

Categoryuserstyle

Created

Updated

Size578 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ? - Aug 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("www.youtube.com") {
    /* Hide subscriber and view counts */
    #subscriber-count, #view-count { 
        display: none !important; 
    }

    /* Hide customization options */
    #customize-channel, #edit-buttons, .ytd-channel-about-metadata-renderer #top-row > #header, .ytd-c4-tabbed-header-renderer #edit-metadata-button { 
        display: none !important;
    }
}

Reviews

No reviews yet.