GlimmerBlock is a non-caching proxy for blocking ads and modifying content.

The reason for writing the proxy is that Apple's Safari doesn't support
plugins such as GreaseMonkey or ad-killers without resorting to unsupported hacks.
Therefore, an HTTP proxy was the best supported approach.




The client part should use Grizzly if possible at all rather than HttpUrlConnection
as the latter isn't performing too well for a proxy (e.g. restrictions on the number
of concurrent connections).

