Business Mode for Bussines Accounts
Scale Header to minimum
hide tags bar of search
hide categories of search
Thanks for read ^^
Authormarurunk
LicenseNo License
Categorypinterest
Created
Updated
Size3.0 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Business Mode for Bussines Accounts
Scale Header to minimum
hide tags bar of search
hide categories of search
Thanks for read ^^
Tested in
/* ==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
@var checkbox TagHide 'Tag Hide' 1
@var checkbox CategoriesHide 'Categories Hide' 0
==/UserStyle== */
@-moz-document domain("pinterest.com"), url-prefix("https://mx.pinterest"), url-prefix("https://jp.pinterest") {
#HeaderContent > .Hsu,.QLY._he.zI7.iyn.Hsu > div{
padding: 0px;
}
if BusinessMode {
#HeaderContent[data-test-id="header"],
div[data-test-id="unauth-header"].QLY._he.zI7.iyn.Hsu{
scale: 0.7;
transform: translate(-30vw, -1.3rem);
width: 143% !important;
}
}
if not BusinessMode {
#HeaderContent[data-test-id="header"], div[data-test-id="unauth-header"].QLY._he.zI7.iyn.Hsu{
transform: translate(-16.5vw, -10px);
scale: 0.8;
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;
}
/* HOME SECTION */
div[data-test-id="homefeed-feed"]>div[style="top: 78px; z-index: 6;"]{
top:-30px!important;
position: relative!important;
}
div[data-test-id="homefeed-feed"] .gridCentered {
top: -20px;
position: relative;
}
/* FOR YOU hidder */
.mainContainer > .zI7.iyn.Hsu > .zI7.iyn.Hsu > .qiB, .mainContainer > .zI7.iyn.Hsu > .qiB, div[style="top:80px;z-index:2"]{
display: none !important;
}
/* FULL VIEW PRESENTATION */
div[data-test-id="media-viewer-full"]>div[role="presentation"]{
background: #000000e0!important;
backdrop-filter: blur(4px);
}
/* JP.pinterest.com pinterest menu */
#HeaderContent .Rym.XbT._he.imm.p6V.zI7.iyn.Hsu {
overflow: visible !important;
max-height: unset !important;
}
.footerButtons > div{
--move: 0px;
scale: 0.6;
right: var(--move)!important;
bottom: var(--move)!important;
margin: 0!important;
}
}
@-moz-document url-prefix("https://www.pinterest.com/search"), url-prefix("https://mx.pinterest.com/search"), url-prefix("https://jp.pinterest.com/search") {
if not TagHide {
.appContent > .zI7.iyn.Hsu {
padding-top: 30px!important;
}
}
/* TAG BAR HIDDER */
.appContent > div > div > .qiB,.LCN.imm.snW.zI7.iyn.Hsu{
top: 24px !important;
display: none if TagHide;
position: relative;
}
/* CATEGORIES SECTION */
div[data-test-id="homefeed-feed"] > div[style="top: 64px; z-index: 6;"].qiB{
display: none if CategoriesHide;
top: 10px!important if not CategoriesHide;
position: relative!important if not CategoriesHide;
}
}