Useful FireFox Modifications
about:config
| Property name |
Value |
Behavior |
| browser.urlbar.formatting.enabled |
false (boolean) |
Disables color formatting (grey texts) in address bar |
| browser.compactmode.show |
true (boolean) |
Reduces spacing of UI elements |
| browser.urlbar.update2.engineAliasRefresh |
true (boolean) |
Allows to add custom search engines |
| ui.prefersReducedMotion |
1 (number) |
No UI animations |
Disable session restore after crash (version 149 or lower)
1. Go to about:support
2. Under Application Basics > Profile Directory, you see a directory location...
3. Open up a terminal, then cd into the directory.
4. Type "rm -rf sessionstore-backups && mkdir sessionstore-backups && sudo chattr +i sessionstore-backups"
|