Hide Insightly on Gmail

By BlaiseĀ­ Last update Dec 9, 2012 — Installed 1,818 times.

There are 4 previous versions of this script.

// ==UserScript==
// @name           Hide insightly on Gmail
// @description    Got stupid administrators that force Insightly down your throat? This script will hide Insightly blocks below emails.
// @namespace      https://userscripts.org/scripts/show/117233
// @updateURL      https://userscripts.org/scripts/source/117233.user.js
// @downloadURL    https://userscripts.org/scripts/source/117233.user.js
// @grant          none
// @version        2011.11.04
// @include        https://mail.google.com/*
// ==/UserScript==

document.getElementsByTagName('head')[0].innerHTML +=
	'<style>.hi{ display: none };</style>';