Safesearch

By Scott Cowan Last update Nov 2, 2009 — Installed 213 times.
// ==UserScript==
// @name           Safesearch
// @namespace      Safesearch
// @include        http://images.google.co.uk/*
// @include        http://images.google.com/*
// ==/UserScript==

(function() {
	document.getElementById('ss-status').style.display = "none";
 })();