Skip to content

Instantly share code, notes, and snippets.

@tjespe
tjespe / userChrome.css
Last active May 24, 2020 07:31
Make Firefox Quantum look like Chrome
/* Should be put at
* `$FIREFOX_PROFILE/chrome/userChrome.css`
* e.g.:
* `/Users/tordjohanespe/Library/Application%20Support/Firefox/Profiles/l2hbvytn.dev-edition-default-1510516302187/chrome/userChrome.css`
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
@-moz-document url(chrome://browser/content/browser.xul) {
#TabsToolbar {
margin-top: -3px !important;
margin-bottom: -2px !important