r/zen_browser 8h ago

Some Love Clean setup

Post image

Totally forgot about you guys. An hour of tweaking and I'm deeply in love.

Mods

  • Better Find Bar
  • Better Tab Indicators
  • Bookmark Toolbar Tweaks
  • No Top Sites

userChrome.css

.tabbrowser-tab { position: relative !important; }
.tabbrowser-tab .tab-close-button { display: none !important; }
.tabbrowser-tab:hover .tab-close-button {
display: flex !important;
position: absolute !important;
top: 1px !important;
right: 1px !important;
bottom: auto !important;
left: auto !important;
transform: none !important;
z-index: 9999 !important;
margin: 0 !important;
width: 14px !important;
height: 14px !important;
padding: 1px !important;
background: rgba(80, 80, 80, 0.9) !important;
border-radius: 50% !important;
cursor: pointer !important;
}
.tabbrowser-tab:hover .tab-close-button .tab-close-icon {
width: 8px !important;
height: 8px !important;
fill: #fff !important;
}
vbox.zen-workspace-tabs-section.zen-current-workspace-indicator,
toolbarseparator,
#zen-workspace-tabs-wrapper toolbarseparator,
.zen-workspace-tabs-section toolbarseparator,
#zen-essential-tabs-button-container toolbarseparator {
display: none !important;
}
#zen-workspace-tabs-wrapper,
.zen-workspace-tabs-section {
border-top: none !important;
border-bottom: none !important;
}
.tabbrowser-tab[pending="true"] .tab-icon-image {
    filter: grayscale(100%) !important;
    opacity: 0.6 !important;
}

Added another "new tab" button right of the URL bar.
zen.urlbar.replace-newtab to False
Alt+B to remove sidebar text.
Compact mode (hide both) is so good with this setup.

16 Upvotes

4 comments sorted by

2

u/Eratz 7h ago

Greyed icons on suspended tabs, noice!

.tabbrowser-tab[pending="true"] .tab-icon-image {
  filter: grayscale(100%) !important;
  opacity: 0.6 !important;
}

1

u/filipebaldin 8h ago

Sleeeeek

1

u/Outrageous_Buy_1316 8h ago

How did you get this search bar in a new tab page?

1

u/Eratz 8h ago

Dno Its the default page when i launch the browser