Userscripts.org Hide Caution Box

By JoeSimmons Last update Oct 12, 2008 — Installed 157 times.

There are 3 previous versions of this script.

// ==UserScript==
// @name           UserScripts Hide Caution Box
// @namespace      http://userscripts.org/users/23652
// @description    Hides the red caution box on script pages
// @include        http://userscripts.org/scripts/show/*
// @copyright      JoeSimmons
// ==/UserScript==

GM_addStyle("#install_warning {display:none !important;}");