Skip to content

Instantly share code, notes, and snippets.

@Lillecarl
Last active May 19, 2021 14:12
Show Gist options
  • Save Lillecarl/37ba5d0c91a790c989aa0421c94e9d1c to your computer and use it in GitHub Desktop.
Save Lillecarl/37ba5d0c91a790c989aa0421c94e9d1c to your computer and use it in GitHub Desktop.
Firefox settings
# "services.sync.prefs.sync." <- prefix this for FireFox to sync it across all logged in browsers.
browser.link.open_newwindow = 3 # Open everything in new tabs
browser.link.open_newwindow.restriction = 0 # Force new tab for script windows as well
browser.tabs.unloadOnLowMemory = true # unload tabs when we're low on memory
toolkit.legacyUserProfileCustomizations.stylesheets = true # load userChrome.css
# network.http.sendRefererHeader = 0 # never send referer, this one breaks a lot of signins, don't use it.
#tabbrowser-tabs {
visibility: collapse !important; /* Don't show tab bar /*
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment