close

The blur filters used are supported by all modern browsers it would seem:

.blacklisted {filter:blur(5px);-webkit-filter:blur(5px);-moz-filter:blur(5px);-o-filter:blur(5px);-ms-filter:blur(5px);}

I suppose we could try to do this in JS as well.