Firefox personalizations attachment
Last update
2024-05-20
2024-05-20
«browser apps/addons/plugins»
Firefox user interface
From mozilla forum:
- in
about:config
settoolkit.legacyUserProfileCustomizations.stylesheets = true
- clone & install custom CSS from https://github.com/aris-t2/customcssforfx
- uncomment
@import "./css/tabs/tabs_below_navigation_toolbar_fx89.css";
- cd firefox_profile && rm -rf chrome && ln -sf /path/to/repo/current
My about:config settings
browser.download.alwaysOpenPanel = false
-- fix naggin download panel since FF 98browser.tabs.loadDivertedInBackground = true
@security.dialog_enable_delay = 100
@-
- Add new string value
general.useragent.override
- Enter your preferred UA
- Check it on https://www.whatsmyua.info/
This is especially useful if you are on an ARM device (like raspberry pi) and google keeps giving you its mobile version, for example:
1 2
Mozilla/5.0 (X11; Linux armv7l; rv:60.0) Gecko/20100101 Firefox/60.0 # before Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 # after
- Add new string value
Add-ons
- auto reload tab
- awesome screenshot
- DeepL Translate -- store
- keepa amazon tracker
- pretty xml
- user agent switcher
- video download helper -- hp
- tampermonkey
- save page we
old:
- flash video downloader
- foxy proxy
- page translate
- unicode emoji
- simple tab renamer (attached)
Source: userChrome.org, CustomCSSforFx