Page Background Grey

(mTurk) Changes the page background from white to grey

// ==UserScript==
// @name         Page Background Grey
// @version      0.1
// @description  (mTurk) Changes the page background from white to grey
// @author       Magnilucent
// @match        https://www.mturk.com/*
// @grant        GM_addStyle
// @namespace https://greasyfork.org/users/5181
// ==/UserScript==

GM_addStyle("body { background-color: grey !important; }");