在你的网站页面上<head></head>之间加上下面这段代码:

<style>
body{
        filter:gray;
}
</style>

或者直接把下面的代码放到网站的css文件中

body{
        filter:gray;
}