Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

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 ».

En savoir plus

How to stop firefox from showing quick links like new features addons etc below the search bar in the home page on initially starting firefox

  • 4 réponses
  • 1 a ce problème
  • 40 vues
  • Dernière réponse par sayan_hussain

more options

How to stop firefox from showing quick links like new features addons etc below the search bar in the home page on initially starting firefox

How to stop firefox from showing quick links like new features addons etc below the search bar in the home page on initially starting firefox

Solution choisie

This will need less technical experience with Firefox and computers than what cor-el posted.

Install the Stylish extension. https://addons.mozilla.org/en-US/firefox/addon/stylish/

Then install this User Style which will hide the area (known internally as "snippets") which is below the search container on the default homepage. https://userstyles.org/styles/104618/about-home-hide-snippets

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (4)

more options

Add code to the userContent.css file.


@-moz-document url(about:home){
 #topSection + spacer, #launcher { display: none !important; }
}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

  • create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • use a plain text editor like TextEdit to create a (new) userContent.css file in the chrome folder (file name is case sensitive)
  • paste the code in the userContent.css file in the editor window

You can use this button to go to the current Firefox profile folder:

more options

I am not able to login to the site please help plus I am not able to understand your steps do I have to do any changes in the folder under the application support folder in my mac or on the web please provide me with a detailed support

more options

Solution choisie

This will need less technical experience with Firefox and computers than what cor-el posted.

Install the Stylish extension. https://addons.mozilla.org/en-US/firefox/addon/stylish/

Then install this User Style which will hide the area (known internally as "snippets") which is below the search container on the default homepage. https://userstyles.org/styles/104618/about-home-hide-snippets

more options

Thnx bro it helped a lot!!!!!!!!!