Skip to content

CroneKorkNs Atlassian Cloud Garbage Collector by CroneKorkN

Details

AuthorCroneKorkN

LicenseMIT

Categoryseibertmedia-cloud.atlassian.net

Created

Updated

Size3.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove annoying stuff from Atlassian Cloud.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           30/08/2023, 14:52:49
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@-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(0n + 3),
    [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),
    [data-testid="app-navigation-home-logo"] + div > :nth-child(+6),
    .end-of-page-rec-wrapper,
    [data-test-id="flag-visibility-wrapper"],
    [aria-label="Apps"][role="group"],
    [aria-label="Karma"],
    [aria-label="Aura"],
    [data-webitem-location="system.content.button"],
    [class="atlaskit-portal-container"] [data-testid="discover__section"],
    [class="atlaskit-portal-container"] [data-testid="customLinks__section"],

    /* Atlassian Intelligence */
    [data-testid="quick-summary-button"],
    [id="editor-toolbar__atlassian-intelligence"],
    [class="cc-1w8rrjt"],
        
    /* Atlassian Intelligence Search */
    ._2hwxewg3,
    [data-testid="ai-toolbar-button-seperator"],
    [data-testid="ai-toolbar-button-seperator"] + *,

        /* Status Plugin */
    [id="ap-com.stiltsoft.confluence.handy.macros__handy-page-status"],
        
    /* Automation whatever */
    [data-testid="automation-menu.ui.button.menu-button"],
        
    /* another fucking menu bar */
    [id="ap-com.appanvil.mantra__appanvil-mantra-navigation"],

    .i_only_exist_for_the_trailing_comma {
        display: none !important;
    }

    /* Atlassian Intelligence underline */
    .acronym-highlight {
        border: none;
    }
    /* Atlassian Intelligence advert in page editor */
    .ProseMirror .placeholder-decoration [contenteditable="true"] {
        display: none;
    }
    .ProseMirror .placeholder-decoration:before {
        content: 'type / for macros';
    }
    
    /* Seibert-Font */
    * {
        font-family: "Poppins", sans-serif !important;
    }

}

Reviews

No reviews yet.