Help getting rid of 2 things on the Google search page
1. On google.com I'd like to get rid of the "I'm Feeling Lucky" button, and put the "Google Search" button in the center.
2. On the Google search page, I want to get rid of the "Google Desktop" ad that's on the bottom of the page.
Thanks.
2. On the Google search page, I want to get rid of the "Google Desktop" ad that's on the bottom of the page.
Thanks.
Comments
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url("http://www.google.com/") { input[value="I'm Feeling Lucky"], form ~ * { display: none !important; } }
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("http://www.google.com/search"),url-prefix("http://google.com/search"){ body>center>table[cellpadding="10"]{display:none!important} }