We’ve all turned off trimURLs but what else is hiding in there?
pocket.enabled
to falseFirst thing I do every clean install
Thanks, I need to remember to do this tomorrow.
Just had to entirely do a fresh install like 6 hours ago.
Hey buddy did u remember
Just did it now, thanks for reminding me! 😊
Thanks! Just did this.
Oh wow, that’s a lot!
Good to have something to read during commute.
For me:
browser.ctrlTab.recentlyUsedOrder: False
browser.tabs.insertAfterCurrent: True
dom.popup_maximum: 100
browser.download.improvements_to_download_panel: False
On laptops, I really recommend everyone sets
apz.overscroll.enabled
totrue
. It adds the MacOS/iOS overscroll effect when you fling a page fast and you reach the bottom. It does not add any functionnality but it just makes everything so much smoother in my opinionbrowser.tabs.tabmanager.enabled
-> false
It removes the tab manager. The down facing arrow next to the minimize button at the top right.extensions.pocket.enabled
-> false
Disable Pocketidentity.fxaccounts.enabled
-> false
Disable Firefox accountmedia.autoplay.blocking_policy
-> 2
You have to click the play button to play videos.media.peerconnection.enabled
-> false
Disable WebRTCThe firefox account is actually neat. It syncs bookmarks, history and passwords between desktop, phone, laptop or wherever you use firefox.
- Mention 5 obscure about:config params to change without explaining them
- Refuse to elaborate
What do
browser.tabs.tabmanager.enabled
andmedia.peerconnection.enabled
do?media.peerconnection.enabled
it disable WebRTC.browser.tabs.tabmanager.enabled
it removes the tab manager. The down facing arrow next to the minimize button at the top right.media.peerconnection.enabled
it disable WebRTC.Why would you want that? Doesn’t that block you from using basically any online call?
I don’t do online calls. Yes, it does block you from making online calls.
And why would you want that disabled besides not requiring it?
WebRTC leaks your IP allowing third-party websites to exploit the WebRTC in your browser to detect your real IP address and use it to identify you.
You still can use desktop apps to do that.
I always like to start over with a clean slate. The one that’s been with me for about 15 years now is browser.tabs.closeWindowWithLastTab set to false.
dom.event.clipboardevents.enabled
- block sites from preventing you using copy+paste e.g. in email and password fields.I’ve only recently started using this one, so ask me again in a couple of months if it solves the issue :] or if it has unwanted side-effects - I know at least it doesn’t prevent websites interacting with the clipboard entirely e.g. with a button to click to copy text to the clipboard
Not obscure but
general.smoothScroll.msdPhysics.enabled
=true is a must have IMO.Sounds fancy. What does that do?
You have to actually toggle to see it but IMO it massively improves how scrolling feels.
There are a few more scrolling-related options out there on the net if there’s a particular “feel” you want to go for. https://github.com/yokoffing/Betterfox/blob/main/Smoothfox.js provides a couple you can try out, and most of these custom scrolling options use msdPhysics as a baseline.
I just switched from Chrome today and I was wondering how to improve the scrolling (it felt heavy and slow). This setting seems to have worked wonders! Thanks!
Backspace behavior: 1 something like that. Sets backspace to go to previous page it was once default but it is not anymore
Browsers changed this because people kept accidentally hitting it. I’m glad it’s gone. My mouse has back/forward buttons on the side and I remapped those to go back and forward in browser history.
Yeah i think someone might hit it accidentally i think it is a good decition to have it disabled by default but i still like it a lot and it is great to have a way to set it how i like it