// ==UserScript==
// @name          Google Cookie Monster
// @namespace     http://www.arantius.com/misc/greasemonkey/
// @description	  Maintain privacy by eating Google's "2038" cookie.
// @include       http://*.google.tld/search*
// @include       http://*.google.tld/custom*
// ==/UserScript==

document.cookie="PREF=; path=/; domain=.google.com; expires=Thu, 01-Jan-70 00:00:01 GMT";
