Google Logo
— Uploaded Sep 13, 2009// ==UserScript==
// @name Google Logo
// @namespace http://blog.monstuff.com/archives/cat_greasemonkey.html
// @description "Included pages" will get google logo.
// @include http://www.google.com*
// ==/UserScript==
if(document.getElementById('logo'))
{
document.getElementById('logo').style.backgroundImage = 'http://projects.ire-s.com/AdGulfPortal/images/logo.gif';
}