Skip to content

Instantly share code, notes, and snippets.

@azatshtru
Last active May 12, 2025 20:05
Show Gist options
  • Save azatshtru/81a62fdc9f699f07ccdd3c488b80e269 to your computer and use it in GitHub Desktop.
Save azatshtru/81a62fdc9f699f07ccdd3c488b80e269 to your computer and use it in GitHub Desktop.
firefox css configs, goes really well with any completely black theme.
#firefox-view-button {
display: none !important;
pointer-events: none;
}
#star-button-box {
display: none !important;
pointer-events: none;
}
#reload-button {
display: none !important;
pointer-events: none;
}
#forward-button, #back-button {
display: none !important;
pointer-events: none;
}
#PanelUI-button {
display: none !important;
pointer-events: none;
}
#navigator-toolbox {
display: flex !important;
flex-direction: row !important;
}
#TabsToolbar > .titlebar-spacer {
display: none;
}
#tabbrowser-tabs {
border: none !important;
}
#tabbrowser-arrowscrollbox {
filter: grayscale(97.4%);
}
#firefox-view-button {
display: none !important;
pointer-events: none;
}
#star-button-box {
display: none !important;
pointer-events: none;
}
#reload-button {
display: none !important;
pointer-events: none;
}
#forward-button {
display: none !important;
pointer-events: none;
}
#PanelUI-button {
display: none !important;
pointer-events: none;
}
#toolbar-menubar {
display: none !important;
pointer-events: none;
}
#navigator-toolbox {
display: flex !important;
flex-direction: row !important;
}
#TabsToolbar > .titlebar-spacer {
display: none;
}
#tabbrowser-tabs {
border: none !important;
}
#tabbrowser-arrowscrollbox {
filter: grayscale(97.4%);
}
.titlebar-buttonbox-container {
display: none !important;
pointer-events: none;
}
#nav-bar {
background: transparent !important;
}
@-moz-document url(about:home), url("about:newtab") {
.search-inner-wrapper {
display: none !important;
}
.logo {
filter: grayscale(100%);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment