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?
views:
23answers:
2
+1
A:
The popular Web Developer extension for Firefox has this feature, under its images menu
David Caunt
2009-12-09 20:06:42
@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
2009-12-09 20:09:19
An xpi is just a zip file - you can extract it and view the source
David Caunt
2009-12-09 20:10:41
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
2009-12-13 09:53:46