Skip to content

Minimal Header 2024, hide bar tags by marurunk

Screenshot of Minimal Header 2024, hide bar tags

Details

Authormarurunk

LicenseNo License

Categorypinterest

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hide tags bar of header

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Minimal Pinterest 2023, hide bar tags
@version      20230702.21.32
@namespace    userstyles.world/user/marurunk
@description  hide tags bar of header
@author       marurunk
@license      No License
@preprocessor stylus
@var checkbox BusinessMode 'Bussines Mode' 0
==/UserStyle== */


@-moz-document url-prefix("https://www.pinterest.") {

#HeaderContent > .Hsu,.QLY._he.zI7.iyn.Hsu > div{
    padding: 0px;
}

#HeaderContent,.QLY._he.zI7.iyn.Hsu{
    scale: 0.8;
    transform: translate(-16.5vw, -10px);
    width: 126% !important;
}

#HeaderContent > div > div > div > div,.Jea.KS5.b8T.fZz.hs0.imm.qDf.zI7.iyn.Hsu{
        padding-right: 1rem;
        
        height: 78px !important if BusinessMode;
        height: 64px !important if not BusinessMode;
    }

    
.appContent > div {
    padding-top: 50px !important if not BusinessMode;
}
    
/*  TAG BAR HIDDER  */
.appContent > div > div > .qiB,.LCN.imm.snW.zI7.iyn.Hsu{
    top: 24px !important;
    display: none;
}

.mainContainer > div.qiB {
    display: none;
}

.mainContainer > div.zI7.iyn.Hsu> div.qiB {
 /*   background-color: green; 

*/
}


}

Reviews

No reviews yet.