2.11. Firefox web browser

Firefox is installed by default.

2.11.1. Settings

Todo

Configure

2.11.2. Addons

Install some extensions:

../_images/firefox-extensions-icons.png

Extensions icons order

2.11.2.1. Firefox Multi-Account Containers

In the preferences:

  • Enable Sync = On

2.11.2.2. Most Recent Tab

In the preferences:

  • Keyboard shortcut = Ctrl + 1

2.11.2.3. NoScript

In the preferences:

  • Import configuration

2.11.2.4. Tree Style Tab

In the startup page:

  • “Bookmark This Tree” in the context menu on tabs, … = On

  • Don’t expand collapsed tree and skip collapsed descendants, … = On

In Preferences ‣ Tree Behavior:

  • When a new tree appears, collapse others automatically = Off

  • When a tab gets focus, expand its tree and collapse others automatically = Off

  • Don’t expand collapsed tree and skip collapsed descendants, … = Off

  • Double-click on a tab” = Collapse/expand tree

  • When a parent tab is closed or moved just as a solo tab = Replace closed parent with a dummy tab and keep the tree

Enable custom stylesheets in about:config:

  • toolkit.legacyUserProfileCustomizations.stylesheets = true

Then create ~/.mozilla/firefox/<profile>/chrome/userChrome.css:

 1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 2
 3 /* Remove horizontal tabs (with Tree Style Tab) */
 4 #tabbrowser-tabs {
 5   visibility: collapse;
 6 }
 7
 8 /* Remove sidebar header (with Tree Style Tab) */
 9 #sidebar-header {
10   visibility: collapse;
11 }

2.11.2.5. Video DownloadHelper

Install Video DownloadHelper Companion.

In the preferences:

  • Behavior ‣ Default download directory = /home/ddidier/Downloads

2.11.3. Synchronize

Synchronize the account…