how do you change settings in firefox

Asked by allthe$

How do I get firefox to allow pop ups

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu firefox-3.0 Edit question
Assignee:
No assignee Edit question
Solved by:
Bernhard
Solved:
Last query:
Last reply:
Revision history for this message
Best Bernhard (b.a.koenig) said :
#1

Go to "Edit"-->"Preferences"-->"Content" Tab. You can uncheck "Block pop-up windows or add some exceptions.

Revision history for this message
allthe$ (richardhcooper) said :
#2

Bernhard wrote:
> Your question #57862 on firefox-3.0 in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/firefox-3.0/+question/57862
>
> Status: Open => Answered
>
> Bernhard proposed the following answer:
> Go to "Edit"-->"Preferences"-->"Content" Tab. You can uncheck "Block
> pop-up windows or add some exceptions.
>
> Thanks for the help

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

if you are still in issue with your preferences on Firefox please:

Clean firefox mozilla profile

Close all opened Firefox and try to delete your Firefox user setting open a terminal from applications → Accessories → Terminal and type:
mv .mozilla .mozilla_old
and restart Firefox.

If you have a lot of bookmarks please export them before move your setting directory, then import them again from saved file into Firefox.
Also take note of your installed Firefox extensions, to reinstall them.

if this works then delete the .mozilla_old directory, from terminal, type:
rm -fr .mozilla_old

hope this helps

Revision history for this message
allthe$ (richardhcooper) said :
#4

Thanks Bernhard, that solved my question.