Firefox configuration
firefox firefox about:config
Big reminder about Firefox setup, including addons and settings.
addons
ctrl-shift-a
Top Tier
- Bypass Paywalls Clean
- I donโt care about cookies
- Panorama View
- Single File
- Snooze Tabs
- SortTabs
- Tree Style Tab
- TST Bookmarks Subpanel
- uBlock Origin
- Unpaywall
- Zhongwen: Chinese-English dictionary
- Tab Stash
- Temporary Containers
- What Hacker News Says
Keep it?
- Container Tabs Sidebar
- URL to QR code
- Redirector / Privacy Redirect
No moreโฆ
- Vimium (only using f and F, always blocking natural input, including Alt-1-9)
Dubious
- Privacy Pass?
about:config
โฆ
Source: https://wiki.archlinux.org/title/Firefox
- browser.quitShortcut.disabled : no ctrl-q
- browser.uidensity = 1 : compact mode
- toolkit.legacyUserProfileCustomizations.stylesheets = true : enable userChrome.css and userContent.css
-
pdfjs.spreadModeOnLoad = 1 : open PDF with 2 pages
- full-screen-api.ignore-widgets = true :fullscreen inside i3 container!
- https://blog.wains.be/2019/2019-11-13-full-screen-firefox-i3-container/
No prefetch
Source: https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_prefetching
- network.prefetch-next = false
- network.dns.disablePrefetch = true
-
network.http.speculative-parallel-limit = 0
- messaging-system.rsexperimentloader.enabled = false
- browser.search.geoip.url = โโ
- extensions.getAddons.cache.enabled = false
- app.normandy.enabled = false
- network.captive-portal-service.enabled = false
- network.connectivity-service.enabled = false
Let the URL bar be just a URL bar
2022-05-03 Firefox 99.0.1 OK!
- keyword.enabled : false
- browser.fixup.alternate.enabled : false
Ctrl-K to search otherwise
^
Pocket (to remove)
- https://support.mozilla.org/en-US/kb/disable-or-re-enable-pocket-for-firefox
Disable or re-enable Pocket for Firefox Pocket is a feature thatโs built into Firefox. You need to have a Pocket account in order to save articles with the Pocket Fx89PocketButton button, which is found in the Firefox toolbar.
- https://support.mozilla.org/en-US/questions/1065182
How do I completely remove Pocket (not just disable) ?
- https://fawove.com/how-to-remove-pocket-from-mozilla-firefox/
How to remove Pocket from Mozilla Firefox about:config โextensions.pocket.enabledโ
Privacy? WebRTC
- media.peerconnection.enabled
https://webrtchacks.com/an-intro-to-webrtcs-natfirewall-problem/
mullvad - webrtc
https://mullvad.net/en/help/webrtc/
Firefox โ easy method
Desktop and Android users can use the [Disable WebRTC plugin](https://addons.mozilla.org/en-US/firefox/addon/happy-bonobo-disable-webrtc/) for Firefox. Click on the "Add to Firefox" button and follow the instructions to install the plugin.
Once installed, it will disable WebRTC by default. You can check by looking for the plugin's 'W' icon in the Firefox toolbar. The plugin is working if the icon is green. Click it and it will turn red, meaning that WebRTC is enabled again.
Firefox โ advanced method
Use these instructions if you wish to manually disable WebRTC:
- Type "about:config" into the address bar and hit Enter. Click the button "I accept the risk!". Type media.peerconnection.enabled in the search bar. Only one entry should appear. Right-click on the entry and choose "Toggle" to change the Value column to "false".
- To enable WebRTC again, follow the instructions until the Value column changes back to "true".
https://browserleaks.com/webrtc#howto-disable-webrtc
https://browserleaks.com/webrtc#howto-disable-webrtc
https://browserleaks.com/webrtc#howto-disable-webrtcWebRTC in Mozilla Firefox is supported since Firefox 22, and it's enabled by default.
To disable RTCPeerConnection and protect IP addresses leakage, go to about:config and toggle media.peerconnection.enabled to false.
<>p>To disable Media Devices, toggle media.navigator.enabled as well as media.peerconnection.enabled both to false.
</details>
# Some sources
support.mozilla.org: [I want to disable search in the address bar and browser.urlbar.unifiedcomplete is not an option anymore](https://support.mozilla.org/en-US/questions/1213978)