Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

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

  • 2 отговора
  • 4 имат този проблем
  • 1 изглед
  • Последен отговор от 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 ?

Избрано решение

Add code to userContent.css


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

Прочетете този отговор в контекста 👍 0

Всички отговори (2)

more options

Избрано решение

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.