0
votes
5answers
700 views
Determining image file size + dimensions via Javascript?
(EDITED changes in italics) Goal: As part of a web app, once images have been downloaded and rendered on a web page, I need to determine an image's file size (kb) and resolution wi …
0
votes
How do I execute a page-defined JavaScript function from a Firefox extension?
You can do it, but you need to have control over the page and be able to raise the privilege level for the script. …
