zlacker

[return to "Firefox Getting New Controls to Turn Off AI Features"]
1. rc_kas+Eq[view] [source] 2026-02-03 02:44:42
>>stalfo+(OP)
I keep meaning to make a guide "how to make firefox not suck" but I never get around to it.

It's a great browser, but I always forget the default settings are super stupid. Myself and power users all have it customized to the hilt.

It takes some serious work to get a new new FireFox install working nicely.

◧◩
2. bxpark+cC[view] [source] 2026-02-03 04:27:11
>>rc_kas+Eq
No kidding. I had to create a Google Doc document to remember all the little things that I have to clobber in Firefox to make it behave reasonably. Here is an excerpt of how I clobber the defaults:

  - Enable pixel-perfect smooth scrolling (Linux): MOZ_USE_XINPUT2=1 (why do we still have to do this??)
  - Enable: Ctrl-Tab cycles through recent used order
  - Disable: "Show an image preview when you hover on a tab"
  - Disable: "Use AI to suggest tabs and a name for tab group"
  - Disable: "Enable Picture-in-Picture video controls"
  - Disable: "Control media via keyboard, headset, or virtual interface"
  - Disable: "Recommend extensions as you browse"
  - Disable: "Recommend features as you browse"
  - Disable: "Enable link previews"
  - Homepage and new windows: Blank page
  - New tabs: Blank page
  - Disable: Web Search
  - Disable: Weather
  - Disable: Shortcuts
  - Disable: Recommended stories
  - Disable: Support Firefox
  - Disable: "Save and autofill payment info"
  - Disable: "Save and autofill addresses"
  - Disable: "Ask to save passwords"
  - Locations: Select "Block new requests asking to access your location"
  - Notification: Select "Block new requests asking to allow notifications"
  - Autoplay: Select "Block Audio and Video"
  - Virtual Reality: Select "Block new requests asking to access your virtual reality devices"
  - Default Search engine: DuckDuckGo
  - Disable "Suggest search engines to use"
  - Disable "Quick actions"
  - Disable "Suggestions from Firefox"
  - Disable: "Title Bar"
  - Default Zoom: 110%, 120%, depending on the laptop
I probably forgot a few things.

And I install the following extensions:

  - uBlock Origin
  - Privacy Badger
  - Facebook Container
  - Firefox Multi-account Container
◧◩◪
3. em-miy+zN[view] [source] 2026-02-03 06:15:05
>>bxpark+cC
Or you could just use user.js and not have to change every setting manually each time you start from scratch.
◧◩◪◨
4. bxpark+Ha2[view] [source] 2026-02-03 15:47:30
>>em-miy+zN
Did not know about 'user.js', thanks! I guess creating a document that lists all my overrides was the first step. Now I have to figure out how to create a user.js that works on Linux, Macos, Windows, and maybe Android?
◧◩◪◨⬒
5. nxtbl+KW4[view] [source] 2026-02-04 08:35:01
>>bxpark+Ha2
Same file works everywhere. Just leave out the ones that are different on platforms:

- browser.download.dir

- browser.helperApps.neverAsk.saveToDisk

And instead of making a "google doc" a plaintext file would be better.

[go to top]