How can I make Firefox not-display images?
About 20 years ago I could configure Mosaic to not-display images. I browse with lynx usually now, but have to use something else when I need Javascript. Sometimes I want to not-display images. I can't find a setting in Firefox for this.
Chosen solution
Note that you can control this via the permissions.default.image pref on the about:config The default is 1 to allow all images, a value of 2 will block images.
- http://kb.mozillazine.org/permissions.default.image
- 1: Allow all images to load, regardless of origin. (Default)
- 2: Block all images from loading.
- 3: Prevent third-party images from loading.
All Replies (3)
Hello,
You can try using an extension, such as:
- https://addons.mozilla.org/en-US/firefox/addon/image-block/
- https://addons.mozilla.org/en-US/firefox/addon/image-show-hide/
- https://addons.mozilla.org/en-US/firefox/addon/image-and-flash-blocker/
Please see the extension description and the user reviews to see which would work best for you.
Chosen Solution
Note that you can control this via the permissions.default.image pref on the about:config The default is 1 to allow all images, a value of 2 will block images.
- http://kb.mozillazine.org/permissions.default.image
- 1: Allow all images to load, regardless of origin. (Default)
- 2: Block all images from loading.
- 3: Prevent third-party images from loading.
That works. Thanks.
I had already found the add-ons; thanks for mentioning them.
Modified