Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions firefox/wiki/useful-customizations.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Things to note:
| Use a different search engine in private browsing. | **browser.search.separatePrivateDefault.ui.enabled** | `true`
| Disable opening the download panel automatically after download completion. | **browser.download.alwaysOpenPanel** | `false`
| Use the native OS print dialog. | **print.prefer_system_dialog** | `true`
| Open link from external app in the new window. | **browser.link.open_newwindow.override.external** | `2`
| Do not select trailing spaces when double-clicking a word to select. | **layout.word_select.eat_space_to_next_word** | `false`
| Disable warning when closing a tab with unsubmitted data. | **dom.disable_beforeunload** | `false`

Expand Down