View Single Post
Posts: 566 | Thanked: 150 times | Joined on Dec 2007
#2
- install nano
- close the browser
- open xterm and type:
Code:
cd  .mozilla/microb/
cp  prefs.js prefs.js.backup
nano prefs.js
- delete the line with the particular setting
- save the file (ctrl-x, y)

Or if you want all the default settings back:

- close the browser
- open xterm and type:
Code:
rm  .mozilla/microb/prefs.js

Last edited by iamthewalrus; 2008-01-09 at 19:30.
 

The Following User Says Thank You to iamthewalrus For This Useful Post: