Skip to content

Instantly share code, notes, and snippets.

@zclfly
Forked from hydra35/nginx.conf
Created April 21, 2013 01:18
Show Gist options
  • Save zclfly/5428084 to your computer and use it in GitHub Desktop.
Save zclfly/5428084 to your computer and use it in GitHub Desktop.
http {
sub_filter '</head>' '<style type="text/css">html{ filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%); } img { _filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); -webkit-filter: grayscale(100%); } </style>';
sub_filter_once on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment