views:

23

answers:

2

In either Firefox/Chrome extension, is there a way to stop the loading of <img> before the browser actually starts loading them from a page?

+1  A: 

The popular Web Developer extension for Firefox has this feature, under its images menu

David Caunt
@David Caunt: but how do they do it? I am not interested in knowing **which** extensions can do it (of course this is helpful if I get to the point of reverse-engineering an extension to get my answer).
jldupont
An xpi is just a zip file - you can extract it and view the source
David Caunt
A: 

In Firefox it is possible, in Chrome it in not possible yet, but this is a common request from extensions developers, so they are working on it (Chrome devs are mainly worried about performances hit).

UVL