Today I have customized my mozilla firefox browser with custom settings by creating my own profile in my user account.
Follow these steps in creating the custom profile for firefox in Ubuntu
- Open terminal (Keyboard Shortcut Key: Ctrl+Alt+t)
- Change the directory to mozilla preferences directory for user
- $ cd ~/.mozilla/firefox
- Create a new directory yourname.default
- ~/.mozilla/firefox$ mkdir psr.default
- Open the existing profiles.ini file
- ~/.mozilla/firefox$ gedit profiles.ini &
- Replace the Path variable with the following
- Path=psr.default
- Save and close the profiles.ini file
- Change the directory to psr.default
- ~/.mozilla/firefox$ cd psr.default
- Create a user.js file
- ~/.mozilla/firefox/psr.default$ gedit user.js &
- Edit the all possible settings by following the references, which are listed down
- For Windows Operating System mozilla firefox browser customization, you can follow this link http://www.pcc-services.com/kixtart/firefox-lockdown.html
References:http://www-archive.mozilla.org/unix/customizing.html#prefs
http://thegoldenear.org/toolbox/windows/docs/mozilla-pre-config.html
http://www.pcc-services.com/kixtart/firefox-lockdown.html
http://www.eng.uwaterloo.ca/twiki/bin/view/Linux/FirefoxLockdown
If you have any queries, please write to psrdotcom@gmail.com
No comments:
Post a Comment