Shortcuts
Shortcut
|
Description
|
Ctrl + L |
focus address bar
|
Ctrl + K |
focus address / search bar
|
Supprimer les redirections permanentes
History → Show All History → clique-droit sur une entrée → Forget About This Site
Add-ons
Extension
|
Description
|
uBlock Origin |
unwanted content blocker
|
Privacy Badger |
learns to block invisible trackers
|
ClearURLs |
remove tracking elements from URLs
|
Dark Reader |
choix luminosité, contraste, sépia, niveaux de gris, font
|
Gesturefy |
execute commands with mouse gestures
|
Tabliss |
affiche une belle photo dans les nouveaux onglets vides
|
Simple Translate |
traduit le texte séléctionné
|
Video DownloadHelper |
installer en plus le Companion App
|
Single File |
sauvegarder une page web (autres: Save Page WE, Web ScrapBook)
|
PDF Mage |
enregistrer une page dans un fichier pdf
|
Stylus |
appliquer un style custom aux sites (fork de Stylish)
|
Grammalecte [fr] |
ne fonctionne pas si Grammarly est actif.
|
Grammarly for Firefox |
prend le dessus sur Grammalecte.
|
Settings
Name
|
Value
|
Description
|
Navigation Bar → Layout |
hidden |
hide the top group bar
|
Styles editor
|
.Tab .lvl-wrapper {
border-bottom: 1px solid hsl(0, 0%, 40%);
}
|
- about:config → toolkit.legacyUserProfileCustomizations.stylesheets → true
- right-click on toolbar → Customize Toolbar → Title bar checkbox (bottom left) → checked
~/.mozilla/xxx.profile/chrome/userChrome.css
|
#TabsToolbar {
display: none;
}
#sidebar-header {
display: none;
}
|
Themes
Name
|
Description
|
Cheers Bold |
Black backgroud with orange foreground
|
about:config
Avertissement sur la fermeture des onglets |
browser.tabs.warnOnCloseOtherTabs |
false
|
Ouvrir le marque-page d'un même site dans un nouvel onglet |
browser.tabs.loadBookmarksInTabs |
true
|
Ouvrir la recherche de la search box dans un nouvel onglet |
browser.search.openintab |
true
|
Ouvrir la recherche de l'url bar dans un nouvel onglet |
browser.urlbar.openintab |
true
|
Utiliser le fichier userChrome.css |
toolkit.legacyUserProfileCustomizations.stylesheets |
true
|
Vitesse scroll de la souris |
mousewheel.min_line_scroll_amount |
60
|
Accélération du scroll de la souris |
mousewheel.acceleration.start |
6
|
Utiliser le store des certificats Windows |
security.enterprise_roots.enabled |
true
|
Liste des modifications: about:support
- Menu button → More Tools → Web Developer Tools (Ctrl+Shift+I) → ... (en haut à droite) → Settings → Advanced Settings (à droite, en bas)
- Enable browser chrome and add-on debugging toolboxes
- Enable remote debugging
- Menu button → More Tools → Browser Toolbox (Ctrl+Shift+Alt+I)
Pour debugger les menus contextuels: ... → Disable Popup Auto-Hide
Profils
System
|
Path
|
Linux |
~/.mozilla/firefox
|
Windows |
%APPDATA%\Mozilla\Firefox\Profiles
|
Windows Store |
%LOCALAPPDATA%\Packages\Mozilla.Firefox_xxx\LocalCache\Roaming\Mozilla\Firefox\Profiles
|
profiles.ini
|
[Profile0]
Name=Nom du Profil
IsRelative=1
Path=Profiles/xxxxxxxx.Nom du Profil
|
Gestionnaire de profils
 |
Fermer toutes les occurrences de Firefox. |
|
firefox -P
firefox -P "Mon Profil"
firefox -P "Mon Profil" -no-remote
|
Pour Windows: Windows + r → firefox.exe -P
|
cp -R ~/.cache/mozilla/firefox/<profile> ~/.mozilla/firefox/<profile>/cache
rm -rf ~/.cache/mozilla/firefox/<profile>
ln -s ~/.mozilla/firefox/<profile>/cache ~/.cache/mozilla/firefox/<profile>
pacman -S profile-sync-daemon
psd
|
~/.config/psd/psd.conf
|
USE_OVERLAYFS="yes"
USE_SUSPSYNC="yes"
BROWSERS="firefox"
BACKUP_LIMIT=1
|
|
psd p
psd clean
systemctl --user start psd.service
systemctl --user enable psd.service
|
Dupliquer un profile
|
systemctl --user stop psd
firefox -P
|