[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on November 10, 2005.

How do I disable the image icons that appear when loading a webpage, or when an image failed to load?

Add the following line to your user.js file:

user_pref("browser.display.show_image_placeholders", false);

Or you can enter about:config in the location bar.
Search for the preference browser.display.show_image_placeholders.
Modify the value to false.

[an error occurred while processing this directive]