Thread
:
How to remove a line in about:config?
View Single Post
iamthewalrus
2008-01-09 , 19:20
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
.
Quote & Reply
|
The Following User Says Thank You to iamthewalrus For This Useful Post:
qwerty12
iamthewalrus
View Public Profile
Send a private message to iamthewalrus
Find all posts by iamthewalrus