Gmail Logo Changer

By hebbet Last update Aug 29, 2007 — Installed 1,913 times. Daily Installs: 0, 1, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0
// ==UserScript==
// @name		Gmail Logo Changer
// @namespace	
// @description	        Have an individual Gmail
// @include		http://mail.google.com/*
// @include		https://mail.google.com/*

// ==/UserScript==



// Preferences ( 0 = NO, 1 = YES )

var prefNewLogo         = 1 // Show the new Gmail Logo ?



// Script

if (prefNewLogo==1)
{
	setTimeout("document.images['su_s_l'].src='http://services.google.com/images/gmail/logo1.gif';", 100);
}