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://gf.qytechs.cn/users/5181
// ==/UserScript==

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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址