Help getting rid of 2 things on the Google search page

edited December 2007 in userstyles.org
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.

Comments

  • How about this?

    @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; } }
  • edited December 2007
    2.
    @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} }
  • Awesome. Thanks guys!
Sign In or Register to comment.