The website I'm developing uses a lot of popups. It is handy for me to be able to edit the address in the address bar so that I can append variables and such. FF seems to prevent me from doing this. Is there a plugin that will unlock it again?

link|improve this question

38% accept rate
feedback

1 Answer

You can do it without a plugin.

Type about:config into Firefox's address bar, and press "Enter." Click the "I'll Be Careful, I Promise" button. Scroll down to the

dom.disable_window_open_feature.location 

setting; then click anywhere within the setting's row to change its value to True. Pop-up windows will not be able to deactivate your address bar again.

dom.disable_window_open_feature.resizable
dom.disable_window_open_feature.status

are also disabled by default. For more info, you can check this Mozilla Developer page.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.