hide tags bar of header
Minimal Header 2024, hide bar tags by marurunk
Details
Authormarurunk
LicenseNo License
Categorypinterest
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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."), url-prefix("https://jp.pinterest.com") {
#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;
}
/* FOR YOU hidder */
.mainContainer > .zI7.iyn.Hsu > .qiB {
top: unset !important;
display: none !important;
}
/* JP.pinterest.com pinterest menu */
#HeaderContent .Rym.XbT._he.imm.p6V.zI7.iyn.Hsu {
overflow: visible !important;
max-height: unset !important;
}
}