1
Home
cronekorkn edited this page 2023-09-01 14:06:19 +02:00
/* ==UserStyle==
@name 30/08/2023, 14:52:49
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("aura-designer.cloudanvil.net") {
* {display: none}
}
@-moz-document domain("mantra.cloudanvil.net") {
* {display: none !important;}
}
@-moz-document domain("navigation-menu-sm-prod.web.app") {
* {display: none}
}
@-moz-document domain("seibertmedia-cloud.atlassian.net") {
[id="ap-seibertmedia.navigation__navigation-show-menu"],
[id="com.appanvil.aura.designer__karma-enhance-button"],
[id="com.stiltsoft.confluence.plugin.tablefilter.tablefilter__inserting-btn"],
[data-testid="space-apps"],
[id="com.mute.confluence.plugins.terms__open-terms-modal-highlighter-dialog"],
[data-testid="-system.space.tools-addons"],
[data-testid="app-navigation-help"],
.page-metadata-modification-info [data-webitem-location="system.content.byline"],
[data-testid="content-tools-dropdown-menu--content"] > div[role=menu] > div:nth-of-type(1n + 4),
[data-testid="app-navigation-profile-menu"] > :not([aria-label]):not(:last-child),
[data-testid="app-navigation-profile-menu"] > [aria-label="Confluence"] > [href^="/wiki/plugins/servlet/ac/confluence-chats-integration/profile"],
[data-webitem-location="page.metadata.banner"],
[data-testid="app-navigation-home-logo"] + div > :nth-child(-n+2) {
display: none !important;
}
}