Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 3.02 KB

README.md

File metadata and controls

43 lines (26 loc) · 3.02 KB

firefox-config

Firefox configs for security, privacy, usability and performance

Install UBlock Origin, Sponsorblock, Decentraleyes, PrivacyBadger and Containers (eg. Google container, facebook container).

Change user js

You can make firefox fully-suited to your needs and for the maximum security, privacy, usability and performance without very much tweaking by changing the user js in your browser profile.

Firefox profiles are located by default in ~/.mozilla/firefox/ in Linux and %APPDATA%\Mozilla\Firefox\Profiles\ in Windows.

  • Create a new Firefox profile or use an existing one and move to the profile directory. You can navigate to about:profiles and find the location for your current profile's root directory as well as find the option to create a new profile.
  • If you want to try this out, you can go with creating a new profile.
  • Copy user.js to your profile's root directory test it out for sometime and make the required changes in your original profile.
  • For changing some prefs you can create a new file in profile's Root Directory, user-overrides.js and fill it with the prefs you want to override. Now, append the content at the end of user.js file. You can download from here.
  • Done! Happy browsing.

The user.js file is taken from various other preexisting projects like arkenfox, betterfox and other projects and modified to suite the needs of a normal user.

Manual Hardening

Refer to this guide - The Hitchhiker’s Guide to Online Anonymity

Extensions for Themes

Custom UserChrome

About Config Documentation and other tricks

  • A few of the nifty tricks used are present in the tricks.md file.
  • Flags mentioned in the about:config are largely undocumented. Here's an effort to document most of the flags present. Intial pages are scraped from https://kb.mozillazine.org/ and are present in the mzpages directory.

If you really liked this project, star it and also contribute back.