Skip to content

Instantly share code, notes, and snippets.

@jthaman
Last active June 4, 2024 13:07
Show Gist options
  • Save jthaman/f1c69e5aa1b426ad0d4f14570cb0c357 to your computer and use it in GitHub Desktop.
Save jthaman/f1c69e5aa1b426ad0d4f14570cb0c357 to your computer and use it in GitHub Desktop.
Firefox settings
* Prevent the three dots on items in the omnibar (so you can tab around search results)
browser.urlbar.resultMenu.keyboardAccessible -> false
* Do not close Firefox when the last tab is closed
browser.tabs.closeWindowWithLastTab -> false
* Thinner UI on top
browser.compactmode.show -> show
* No warning
browser.aboutConfig.showWarning -> false
* strict media autoplay blocking
media.autoplay.blocking_policy -> 2
* Use OS printer dialog
print.prefer_system_dialog -> true
* Disable opening the download panel automatically after download completion.
browser.download.alwaysOpenPanel -> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment