// ==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";
})();