Skip to content

Instantly share code, notes, and snippets.

@cjxgm
Created May 8, 2020 22:05
Show Gist options
  • Save cjxgm/099f75a3b7ed435e39136258713138a4 to your computer and use it in GitHub Desktop.
Save cjxgm/099f75a3b7ed435e39136258713138a4 to your computer and use it in GitHub Desktop.
Firefox 77+ User Chrome
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Remove "Close" button on the tabs */
#tabbrowser-tabs .tabbrowser-tab .tab-close-button
{
display: none !important;
}
/* Do not shift up when URL bar is active */
#urlbar[breakout][breakout-extend] {
top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
left: 0px !important;
width: 100% !important;
}
#urlbar[breakout][breakout-extend] > #urlbar-input-container {
height: 100% !important;
padding-block: 0px 2px !important;
padding-inline: 0px 2px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment