Skip to content

Instantly share code, notes, and snippets.

@slnq
Last active August 11, 2023 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slnq/5b77b333d26a07409104694c2b22fef7 to your computer and use it in GitHub Desktop.
Save slnq/5b77b333d26a07409104694c2b22fef7 to your computer and use it in GitHub Desktop.
setting for Firefox and Vivaldi
#forward-button, #back-button, #context-sendpagetodevice, #context-inspect-a11y, #context-savepage, #context-selectall, #context-viewsource, #context-inspect, #context-screenshot, #context-openlinkintab, #context-openlink, #context-openlinkprivate, #context-bookmarklink, #context-sendlinktodevice, #context-viewpartialsource-selection, #context-sendimage, #context-setDesktopBackground, #unified-extensions-button, #star-button, #PanelUI-menu-button, menuseparator { display: none !important; }
:root {
--tab-min-height: 25px !important;
--urlbar-min-height: 20px !important;
}
.browserContainer > findbar {
position: fixed;
top: 1;
left: 0;
width: 100vw;
height: 40px;
z-index: 2147483647; /* Ensure the Findbar is on top */
background-image: url(footer_re.png) !important;
background-position: top right !important; /* Set background image to the top right corner */
background-color: #222127 !important;
}
@-moz-document domain("youtube.com") {
#background { opacity: 0!important; }
#search-icon-legacy { background: #0f0f0f!important; }
}
@-moz-document domain("tweetdeck.twitter.com") {
.js-gryphon-beta-btn { display: none!important; }
}
@-moz-document url(about:newtab), url(about:home) {
body {
background-color: transparent !important;
background-image: url(background.png) !important;
background-size: 100% !important;
background-size: auto 100% !important;
}
.logo-and-wordmark { display: none!important; }
.search-inner-wrapper { margin-top: 35vh!important; }
}
#header {
height: 33px !important;
min-height: 33px !important;
}
#tabs-tabbar-container { height: 33px !important; }
#main {
flex-direction: row-reverse;
flex-wrap: wrap;
}
.mainbar {
width: 50%;
height: 32px;
}
.toolbar-mainbar { height: 32px !important; }
.bookmark-bar {
width: 50%;
height: 32px !important;
}
.observer { justify-content: flex-end; }
.inner {
height: calc(100vh - 65px);
flex-basis: 100% !important;
}
.vivaldi, .sync-and-trash-container { display: none !important; }
#tabs-container { padding-left: 0 !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment