Gmail Chat Max

By Daniel W. Crompton Last update Jun 2, 2006 — Installed 403 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name          Gmail Chat Max
// @namespace     http://www.userspace.org/
// @include       http://www.gmail.com/*
// @include       http://mail.google.com/*
// @exclude       *
// @description	  An error occures in Gmail Chat if the number of entries in the AddressBook is too high. This script tries to solve this.
// @version	  0.3
// ==/UserScript==

//alert("Stop: "+ document.location.href +"");

document.top.js._Main_DisableChat(true); // This should disable the chat function.

(function() {
	document.top.js._Main_DisableChat(true); // This should disable the chat function.
})();



document.top.js._Main_DisableChat(true); // This should disable the chat function.