GCalPopupAddon

By bungiman Last update Oct 28, 2008 — Installed 1,299 times. Daily Installs: 0, 1, 3, 4, 12, 1, 0, 0, 2, 3, 4, 1, 0, 3, 3, 0, 2, 0, 1, 4, 2, 1, 1, 1, 0, 2, 3, 2, 0, 0, 1, 1
// ==UserScript==
// @name           GCalPopupAddon
// @namespace      http://www.benjip.net/GCalPopup
// @description    Allows for advanced customization of the GCalPopup extension for Firefox.
// @include        http://www.google.com/calendar/render#GCalPopup
// ==/UserScript==
//
try
{
	window.document.getElementById("nav").setAttribute("style","display:none;");
	window.document.getElementById("topBar").setAttribute("style","display:none;");	
	window.document.getElementById("gbar").setAttribute("style","display:none;");
	window.document.getElementById("guser").setAttribute("style","display:none;");
}
catch (err)
{
}