Skip to content

Hide Mattermost nag screen by mrflix

Screenshot of Hide Mattermost nag screen

Details

Authormrflix

LicenseNo License

CategoryMattermost

Created

Updated

Size474 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hide the "Free Edition" nag screen in Mattermost installations.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           mattermost hide Free Edition Nag Screen & Label
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         mrflix
==/UserStyle== */

@-moz-document regexp('.*mattermost.*') {
    [class^="ProductBrandingTeamEditionContainer-"] svg + div,
    #startTrial,
    #product-switcher-menu-dropdown:has(#startTrial) > .menu-divider:nth-last-child(2) {
        display: none !important;
    }
}

Reviews

No reviews yet.