So you haven't installed Firefox using apt or apt-get. I too have Firefox installed locally and don't have the problem. So please run
just to make sure relevant files/folders aren't owned by root thus preventing changes you make from being saved.
Code:
find . '!' -user $USER -ls
Comment