Firefox hardening

This video: https://www.youtube.com/watch?v=Fr8UFJzpNls

DOES FIREFOX CARE ABOUT MY PRIVACY??? NO! HELL NO!

about:telemetry

firefox collects all your interactions with the UI. They want to improve their browser, but I donā€™t want to improve their browser.

They are sending google analytics on their firefox addons store.

To change a lot of the annoying settings like pocket, and built in adds for pocket, you could go to about:config.

and manually configure each setting you want

but, that would take tooooooo long to do 1 by 1. so instead, we have a user.js file that will change our preferences for us.

User.js

We will use a js file which holds our user preferences. We have several templates to choose from. Betterfox, arkenfox and narsilā€™s userjs.

Betterfox will be the best for those that donā€™t want to break many websites while still limiting telemetry

arkenfox is some good default privacy features

narsilā€™s user js is 99% isolated from mozilla, no data is sent back.

Lets use better firefox. https://github.com/yokoffing/BetterFox

I get the js

https://raw.githubusercontent.com/yokoffing/Betterfox/main/user.js

then I want to add a patch to the user.js

User.js patching

It has a few common patches it allows us to do. Lets do that

https://github.com/yokoffing/Betterfox/wiki/Common-Overrides

edit your user.js file and locate the segment which allows for patching

Applying the aid

ok, now before I add the js, I will make it a new profile.

new profile

and then open the root directory

then drag your user.js file inside the root folder

and we are done. Set your new brower as the default profile in your about:profiles and betterfox is now setup. Make DDG the default search, and adjust a bit, relogin to all your accounts.