This is the firefox about:config changes for my conveniences on Linux systems.
-
To disable closing with last tab.
- Set
browser.tabs.closeWindowWithLastTab
tofalse
. Search forlasttab
- Set
-
To enable magnate link recognation.
- Create new
boolean
withnetwork.protocol-handler.expose.magnet
and set it tofalse
, It will ask which program to use. - If you need to choose the file, Binerie are located at
/usr/bin/tixati
.
- Create new
-
To enable client side decorations
Setbrowser.tabs.drawInTitlebar
to true.- UPDATE: Client Side decoration can be enabled from customization from FF65
-
To remove new Unified extension button in ff-109 (BTW: Since when FF started calling addons, an extension)
- Set
extensions.unifiedExtensions.enabled
to false. - NB: Only works till FF-111, from FF111, this setting has no effects. Looks like someone paid them well to make sure they go against their remaining community.
- For FF > 111, only option is to enable legacy user css
toolkit.legacyUserProfileCustomizations.stylesheets
which has its own deprecation issues, and is not something I would recommend.
- Set
-
Bring back Old Download Dialog From FF98, firefox made a stupid decision to not ask when downloading files, and just download them. It does not launch any default application, it does not ask where to save file ( and it does not have a logical download manager inbuilt). for now this feature(sic) can be disabled by
- Set
browser.download.improvements_to_download_panel
tofalse
to bring back old "ask what to do" dialog - Set
browser.download.useDownloadDir
tofalse
to make them ask where to download each time.
- Set
This is to remember how to setup magnet link in firefox.