I need my app to load webpages very quickly, so how can I prevent it from downloading images? The specific images that I am trying to stop are from a certain domain, so maybe its possible to prevent downloading from that domain?
I need to make sure it doesnt change any settings in internet explorer.

I heard somewhere that this can be done by removing the img src=, but how do I do this?