Post Reply 
Website Background Color – Any reliable method to change it? [SOLVED]
Feb. 02, 2016, 05:25 PM
Post: #7
RE: Website Background Color – Any reliable method to change it?
I use the Solarized palette. Here's my config then (taken from guohua zhong):
Code:
FILTER: DarkMode

s@(^[^;]*?(?:<head[^>]*?>|<body[^>]*?>|<script[^>]*?>[^>]*?</script>))@<script>\n\
(function () {\n\
    'use strict';\n\
    document.addEventListener('DOMContentLoaded', function (e) {\n\
    GM_addStyle('html * {background: transparent !important; color: \#819090 !important;} a:link {color: \#FCF4DC !important;} a:visited {color: yellow !important;} a:hover {color: \#A57706 !important;}');\n\
GM_addStyle('html body {background: \#0A2933 !important;}');\n\
    });\n\
})()\n\
</script>\n$1@i

Thanks again for your support.
Add Thank You Quote this message in a reply
[-] The following 1 user says Thank You to Faxopita for this post:
kik0s
Post Reply 


Messages In This Thread
RE: Website Background Color – Any reliable method to change it? - Faxopita - Feb. 02, 2016 05:25 PM

Forum Jump: