// ==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.