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

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 odgovori
  • 1 ima ovaj problem
  • 30 views
  • Posljednji odgovor poslao 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

Izabrano rješenje

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

Pročitajte ovaj odgovor sa objašnjenjem 👍 0

All Replies (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

Odabrano rješenje

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!!!!!!!!!