- My firefox configuration for Firefox
about:configpreferences
- Install to the same direcotry of
prefs.js, which is Firefox'sProfilesdirectory. - Open
about:supportin Firefox > Application Basics > Profile Folder > Show in Finder/Explorer - Restart Firefox: To apply the changes, restart Firefox. Firefox will read the user.js file on startup and apply the preferences listed there.
~/Library/Application\ Support/Firefox/Profiles
%APPDATA%\Roaming\Firefox\Profiles
-
see user.js
-
Firefox preference configuration in JavaScript
-
see Firefox about:config for a complete list of preferences
-
Or you could view Firefox's
prefs.jsin the Profiles directory for a complete list of options
// Mozilla User Preferences
// DO NOT EDIT THIS FILE.
//
// If you make changes to this file while the application is running,
// the changes will be overwritten when the application exits.
//
// To change a preference value, you can either:
// - modify it via the UI (e.g. via about:config in the browser); or
// - set it within a user.js file in your profile.