Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is there a way to remove the add box under the google searchbar on the "mozilla firefox start page" ?

  • 2 odgovori
  • 4 ima ovaj problem
  • 1 view
  • Posljednji odgovor poslao BobMaster

more options

I always liked the standard google start page for firefox, but with this new 4.0 there's an ugly add box below the search bar, nagging about "learn about all the cool things" or something named "Spark" or all sorts of other spam.

So is there a way to remove that, or do I really have to change my start page to the normal boring www.google.com ?

I always liked the standard google start page for firefox, but with this new 4.0 there's an ugly add box below the search bar, nagging about "learn about all the cool things" or something named "Spark" or all sorts of other spam. So is there a way to remove that, or do I really have to change my start page to the normal boring www.google.com ?

Izabrano rješenje

Add code to userContent.css


@-moz-document url("about:home") {
 #contentContainer { display:none!important; }
}

Pročitajte ovaj odgovor sa objašnjenjem 👍 0

All Replies (2)

more options

Odabrano rješenje

Add code to userContent.css


@-moz-document url("about:home") {
 #contentContainer { display:none!important; }
}

more options

Thank you cor-el.

For other users: the Chrome subdirectory and userContent.css file need to be created manually.