Prevent websites from disabling new window featuresFrom MozillaZine Knowledge BaseThis article describes how to prevent websites from disabling certain new window features by changing the related Firefox or Mozilla Suite preference setting. Web pages can disable a number of features in new windows opened via JavaScript. The new window or "popup" may not be resizable and other features such toolbars may be missing, as discussed here. Advanced users can prevent these features from being disabled by editing configuration via the user.js file or in about:config. For example, you can set the dom.disable_window_open_feature.resizable preference to "true" to prevent popup window resizing from being disabled, so that you can resize popup windows that may open too small. Other "dom.disable_window_open_feature.*" preferences are listed below: (From the About:config entries article, under DOM.)
[edit] See also |