Skip to content

Instantly share code, notes, and snippets.

@fawkesley
Last active February 23, 2024 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fawkesley/b5bf2227224cdc493c0547e869314ace to your computer and use it in GitHub Desktop.
Save fawkesley/b5bf2227224cdc493c0547e869314ace to your computer and use it in GitHub Desktop.
Firefox profile addons and settings

access profile manager:

$ firefox -no-remote -ProfileManager

add-ons:

themes:

settings:

  • log in to sync
  • under Forms & Passwords (about:preferences?entrypoint=menupanel#privacy), uncheck Ask to save logins and passwords for websites
  • under Content Blocking (about:preferences?entrypoint=menupanel#privacy):
    • set > All detected trackers to Always
    • select Third party cookies with value Trackers
  • set Send web sites a “Do Not Track” (about:preferences?entrypoint=menupanel#privacy) to Always
  • scale up fonts : in about:config set layout.css.devPixelsPerPx to 1.2
  • fix 'Open URL in a container' extension: in about:config, add boolean network.protocol-handler.external.ext+container with value true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment