Just pick one - All the Fox functionality without bloatware
Librewolf - https://librewolf.net/

Waterfox - https://www.waterfox.com/

Zen Browser - https://zen-browser.app/

More browsers here - https://alternativeto.net/category/browsers/firefox-based/
You can also use this add to disable the shitload ai function in many search engines in one go
https://addons.mozilla.org/en-US/firefox/addon/disable-ai/
GitHub page - https://github.com/jruns/disable-ai
You can find all the links on Mastodon<


Why do so many people push changing browsers over using something like arkenfox? As far as I know, librewolf is essentially firefox with arkenfox preconfigured.
While I understand that setting up a config is probably beyond the scope of your average browser user, I rarely even see the alternative mentioned. Nor do I rarely see people mention the downsides of using a downstream branch - mostly security updates potentially being late.
If you use fennec on android, I think you can even just copy your config to your phone and have it working the same there.
if you install arkenfox yourself, likely you’ll never remember to update it. if you use librewolf or such, the maintainers will take care of it for you
and where do you copy it on your phone? I think it’s not that simple but maybe I missed something
I’m sure there are plugins that either check for updates for you, or remind you to do so (even though that can defeat the purpose some, of course). If not I’ll make one myself once I get around to setting arkenfox up. But yes, that’s largely what I meant by “While I understand that setting up a config is probably beyond the scope of your average browser user”.
Not sure, but considering you can mess around in about:config I’d assume the user.js is located in userspace somewhere. I haven’t looked into it much. If nothing else you can probably do it easily with a rooted phone.
all data of the firefox is located in /data/data/packgename, which is inaccessible without root permissions. a few android versions ago it was accessible through ADB, not anymore. I don’t think it’s possible anymore to install arkenfox on plain firefox android for most users.
even with a rooted phone its not that easy. granting termux root rights and running su, the per-package data folders are not visible, you have to switch to the correct mount namespace somehow. some file manager apps adapted to be able to do that