2023+ UI IS NOT SUPPORTED YET! Only regular interface is supported
A customizable style that hides subreddit names in subbar until hovered or clicked.
Reddit Compact SubBar by 1280px
Details
Author1280px
LicenseNo License
Categoryreddit
Created
Updated
Size3.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
v2.6
++ Added small handy feature to blur private information (your avatar and nickname in various UI elements, except comments), disabled by default
== Minor improvements
v2.5
++ Added support for no-account content buttons
== New buttons added to useless items remover
== Made animation a little faster (150ms -> 120ms)
v2.4
++ Added an option to hide useless/duplicated SubBar items (e.g. the "Close" icon, Coins, Predictions etc.)
v2.3
++ Added a very subtle animation for opening/closing the bar, can be changed or disabled in settings
v2.2
== Redundant/unnecessary rules removed
v2.1
++ Added an option to change the expanded bar width (222px by default)
== Margin issues fixes
v2.0
++ Now the menu open on hover instead of clicking (can be changed in option)
++ Removed original SubBar content margin
== Rewritten in a more compact way
--- Removed uBlock filter edition
v1.0
++ Initial version
++ Could be installed as Userstyle and uBlock filter
Source code
/* ==UserStyle==
@name Reddit Compact SubBar
@version 2.6.3
@namespace userstyles.world/user/1280px
@description A very simple style that hides the subreddits names in the subbar, only showing the icons. You can access the full subbar by clicking on the "Filter" field; it will minify again automatically after pressing anywhere outside the subbar.
@author 1280px
@license CC BY-NC 4.0
@preprocessor uso
@var select open-style "Maximize SubBar:" {
'On hover' : ':hover',
'On click' : ':focus-within',
'Never' : ':disabled'
}
@var select hide-crap "Hide useless/duplicated SubBar items:" {
'Yes, except essentials' : '.FRrbwuHy8Zmlubp3nowLZ,#focus-CreateCommunity,#focus-DailyCharts,#focus-NotificationsInbox,#focus-CommunityHubs,#focus-Coins,#focus-Premium,#focus-Avatar,#focus-Talk,#focus-Predictions,#focus-Settings,#focus-CreatePost,#focus-ModQueue,#focus-ModMail,.Yxq-GFO2Z9y82pMFEMLAf,._10IrsfRFg99DXaIMnqu-vj { display: none !important; }',
'Yes, completely' : '.FRrbwuHy8Zmlubp3nowLZ,#focus-CreateCommunity,#focus-DailyCharts,#focus-NotificationsInbox,#focus-CommunityHubs,#focus-Coins,#focus-Premium,#focus-Avatar,#focus-Talk,#focus-Predictions,#focus-Home,#focus-Popular,#focus-All,#focus-PublicAccessNetwork,#focus-Inbox,#focus-Settings,#focus-CreatePost,#focus-ModQueue,#focus-ModMail,#focus-ModListing,#focus-HappeningNow,.Yxq-GFO2Z9y82pMFEMLAf,._10IrsfRFg99DXaIMnqu-vj { display: none !important; }',
'No' : ''
}
@var number max-width "Maximized SubBar width, px" 222
@var range anim-ms "Bar animation duration, 0-1s" 12%
@var select anonymous "Hide sensitive information:" {
'No' : '',
'Yes' : '#USER_DROPDOWN_ID, div[data-testid="user-flair-preview"], .efdkOLo3oigH_95whTYCp, ._2kZkQ13N-kvhDEJOBd1S1I { background-color: var(--newRedditTheme-flair); overflow: clip; } #USER_DROPDOWN_ID > *, div[data-testid="user-flair-preview"] > *, .efdkOLo3oigH_95whTYCp > *, ._2kZkQ13N-kvhDEJOBd1S1I > * { filter: blur(12px); }'
}
==/UserStyle== */
@-moz-document domain("reddit.com") {
/*[[hide-crap]]*//*[[anonymous]]*/._1nxEQl5D2Bx2jxDILRHemb._3x1dyL19KnZ4kI6i9TlRp4{padding-left:42px !important}.e8fTXufFydLy7wHBm6rHP{left:44px !important}.zoWOQnp55WuhEugRSwfw1:not(/*[[open-style]]*/){width:44px !important}.zoWOQnp55WuhEugRSwfw1/*[[open-style]]*/{width:/*[[max-width]]*/px !important;}.zoWOQnp55WuhEugRSwfw1{transition:/*[[anim-ms]]*/0ms}._3k3RwDkEsbX50bb-DBvuWj:not(/*[[open-style]]*/){scrollbar-width:none}._1Ok0AiXwAeYl2SsUBaxgPC._2XRPX11qL4-HxWPuHAzOW5,.t2A0mgkgGzc8cAahJsR7a,.BtYn3oMRXzNwmNMkolecQ{display:none !important}.f8nXLisWxOYzMMl1uIAP3{padding:0 8px !important}._10IrsfRFg99DXaIMnqu-vj{margin:0 8px !important}.zoWOQnp55WuhEugRSwfw1 ._2MgAHlPDdKvXiG-Qbz5cbC{padding:8px 12px !important}.zoWOQnp55WuhEugRSwfw1 .FRrbwuHy8Zmlubp3nowLZ{padding:8px 8px 0 0 !important}.zoWOQnp55WuhEugRSwfw1 ._37tmRmxaFMjRRrvwcY2JmY{margin:8px 0 2px !important;padding:0 6px !important;font-size: 12.5px !important; width:100% !important}
}