removeImages
Last update on Jan 11, 2006
Removes all images when surfing - except on your list of allowed sites
I know, browsers let you toggle images on/off using settings, but this script with greasemonkey allows you to have a 'whitelist' of sites you want to see images from, or a 'blacklist' of sites you dont.
What could this be useful for?
* concerned parents
* security freaks
* avoiding porn
You could comment on this script if you were logged in.
8 comments
You could comment on this script if you were logged in.

login to vote
Jusitn D - Unforutnately, the concept of this script is the opposite to what you want. Using this script, you create a whitelist of sites you *want* to see images from and then block everything else.
login to vote
Can you make it so we can block specific images? I browse forums and there are some avatars i find offensive that I would like to block specifically but not everything from the site.
login to vote
regarding dialup users and saving bandwidth:
note that this script (in fact any greasemonkey script) doesn't avoid images being dowloaded.
It only "removes" or "blocks" them from being displayed. This happens after all the information ordered by the browser has been retrieved from the server, all images included.
So the image files are actually there on your browser's cache (or cache files).
If you really want to save bandwidth and prevent images (flash files, ads or whatever) from being dowloaded, you'll another solution
For exameple, an extension like Adblock Plus.
login to vote
dialup users should not be using the web in the first place :P ... neat idea otherwise :)
login to vote
This is better done with Adblock, but the concept is good.
login to vote
Update: 28 Feb 2006
added code to only add alt text to page if the image is part of a link.
login to vote
Thanks ycc2106, I'm going to be tweaking it to be a bit 'smarter', and will update the script when I'm done :)
login to vote
very usefull!