搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

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

被采纳的解决方案

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;}
定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

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!

由MrHappyGoLucky12于修改