Add 'Home'
commit
1a063a60f9
1 changed files with 36 additions and 0 deletions
36
Home.md
Normal file
36
Home.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
```javascript
|
||||
/* ==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;
|
||||
}
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue