Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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 trả lời
  • 1 gặp vấn đề này
  • 40 lượt xem
  • Trả lời mới nhất được viết bởi 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

Giải pháp được chọn

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

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (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

Giải pháp được chọn

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