Firefox¶
Cross platform open source web browser
General¶
Important data you want to preserve:
- bookmarks
- passwords
- add-ons
- extensions
- extension data
Password sync makes phone login easier!
Syncing passwords between workstation and phone eliminates hassle of typing passwords on the phone.
- Send page/link to device: Open in Firefox on phone or computer
Config¶
about:config¶
network.protocol-handler.export-all: false
: Review this This tried to open bittorrent magnet links in the browser
Hotkeys¶
Ctrl + Shift + B: Toggle bookmark toolbar (good for screenshots that show URL and page body)
Dev Tools¶
-status-code:200
: Filter out 200s from network pane.
Profile manager¶
You may want to keep a different profile for personal / work.
When firefox is open: about:profiles
When firefox is closed: firefox -P
(or firefox -ProfileManager
)
Profiles live in: ~/.mozilla/firefox/profiles.ini
Assigning containers to bookmarks¶
Sometimes you have sites you want to open across different containers (e.g. Outlook) and it's a pain to do "Container on bookmark dropdown menu" every time.
If you have the Firefox plugin "Open external links in a container" installed you can assign bookmarks to containers by putting the following in the URL field for a bookmark:
ext+container:name=Personal&url=https://outlook.office.com/mail/inbox
Where container:name
is the name of your container and url
is the URL you wish to open.
With this approach you can have multiple bookmarks for the same site with each opening in a different container.
Don't close window when last tab closed¶
I don't want to have to keep typing in my Primary Password to unlock password manager.
- Type "about:config" in the address bar
- Accept the warning message
- Search for "browser.tabs.closeWindowWithLastTab"
- Double-click to set it to "false"
troubleshooting¶
Troubleshoot mode¶
Troubleshoot Mode runs Firefox with some features and customizations disabled (see below for details). If you're having a problem in Firefox that does not occur in Troubleshoot Mode, the cause of the problem is one of the disabled items.
Refresh Firefox¶
If you're having problems with Firefox, refreshing may help by restoring the browser to its default state while saving your essential information, like bookmarks and passwords.
Firefox will save these items:¶
- Bookmarks
- Browsing and download history
- Passwords
- Cookies
- Web form auto-fill information
- Personal dictionary
These items and settings will be removed:¶
- Extensions and themes
- Website permissions
- Modified preferences
- Added search engines
- DOM storage
- Security certificate and device settings
- Download actions
- Toolbar customizations
- User styles (chrome subfolder containing userChrome and/or userContent CSS files, if previously created.)