How to change google.com background from white to black ? thanks in advanced :)|||You can use a greasemonkey to set the background of the page to #000000 when the page loads. However this will work only on firefox.
1. Download greasemonkey [Here is a guide - http://codeinsane.com/play-with-greasemo鈥?/a>
2. Start a new script
3. Set namespace to *google.com*
4. Use set property of body background to #000000 using DOM.
This can be a really exciting task, and you will start making even more changes. :-)
Ask me if you are struck.