Hide the "Free Edition" nag screen in Mattermost installations.
Hide Mattermost nag screen by mrflix
Details
Authormrflix
LicenseNo License
CategoryMattermost
Created
Updated
Size474 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 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;
}
}