madospicy / BG color chances

// ==UserScript==
// @name         BG color chances
// @version      0.1
// @minGMVer     1
// @minFFVer     1
// @namespace    madospicy
// @description  MAGIC WOW WOW
// @license      MIT; FREE YOU SILLY!
// @match        *://tony-yon-ka.blogspot.com/*
// @grant        GM_getValue
// @grant        GM_setValue
// @grant        GM_deleteValue
// @grant        GM_listValues
// @grant        GM_openInTab
// @grant        GM_addStyle
// @grant        GM_xmlhttpRequest
// @run-at       document-start
// ==/UserScript==
'use strict';

GM_addStyle(" \
.post-body{background:rgb(243,243,243) !important;color:black;padding:10px;}\
.post-body a{color:red !important;}\
.post-body div span{color:black !important;}\
" );