// ==UserScript==
// @name           Google Search Results Full Width
// @namespace      http://www.mikepalumbo.com/projects/googleresults
// @description    Removes the 80em max-width on google search results, allowing the results bar to continue to the full width of the browser
// @include        http*://www.google.com/*
// ==/UserScript==
//

GM_addStyle('#cnt { max-width: none; }');
