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

Learn More

Is there a way to remove the Favorites button from the menu bar?

  • 2 trả lời
  • 12 gặp vấn đề này
  • 26 lượt xem
  • Trả lời mới nhất được viết bởi MrHappyGoLucky12

more options

Is there a way to remove the Bookmarks button from the menu bar? I use the Google Toolbar to organize my bookmarks because Google bookmarks can be accessed from any computer and my phone. By habit, I keep going to click the Bookmarks button on the menu bar in Firefox, but there is nothing there. Can I remove it? I'm referring to the actual "Bookmarks" option in the menu bar across the very top of the Window: File | Edit | View |History | BOOKMARKS |Tools | Help

Is there a way to remove the Bookmarks button from the menu bar? I use the Google Toolbar to organize my bookmarks because Google bookmarks can be accessed from any computer and my phone. By habit, I keep going to click the Bookmarks button on the menu bar in Firefox, but there is nothing there. Can I remove it? I'm referring to the actual "Bookmarks" option in the menu bar across the very top of the Window: File | Edit | View |History | '''BOOKMARKS ''' |Tools | Help

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

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

Add code to userChrome.css below the @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#bookmarksMenu {display:none!important;}
Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (2)

more options

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

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

Add code to userChrome.css below the @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#bookmarksMenu {display:none!important;}
more options

Worked fine! Thanks!

Được chỉnh sửa bởi MrHappyGoLucky12 vào