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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

New Tab Page, add a remove option for search bar

  • 3 réponses
  • 2 ont ce problème
  • 14 vues
  • Dernière réponse par cor-el

more options

i have the chrome folder and put in the userContent.css file with these 3 files saved as all files.

 /* Disable Search box in New Tab page */
@-moz-document url(about:newtab)
{
#newtab-search-container, #newtab-search-logo { display:none !important; }
}

@-moz-document url(about:newtab){
 #newtab-margin-top, #newtab-search-container { display:none!important; }
}

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:newtab") {
#newtab-search-container {
display: none !important;
}
}
but got no results. but if i go to the developer style editor i can get it to work.

any ideas?

how about firefox just make it simple in a patch with a option to turn it off!

i have the chrome folder and put in the userContent.css file with these 3 files saved as all files. <pre><nowiki> /* Disable Search box in New Tab page */ @-moz-document url(about:newtab) { #newtab-search-container, #newtab-search-logo { display:none !important; } } @-moz-document url(about:newtab){ #newtab-margin-top, #newtab-search-container { display:none!important; } } @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url("about:newtab") { #newtab-search-container { display: none !important; } } </nowiki></pre> but got no results. but if i go to the developer style editor i can get it to work. any ideas? how about firefox just make it simple in a patch with a option to turn it off!

Modifié le par cor-el

Toutes les réponses (3)

more options

heres my screenshot of it in developer

more options
more options

A common cause for such a problem is that you have created a userContent.css.txt with a hidden .txt file extension. You can check the type via the right-click context menu in the Properties .