Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

搜索 | 用户支持

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

详细了解

How can I stop recent history being displayed in history menu without stopping remembering history altogether

  • 2 个回答
  • 3 人有此问题
  • 2 次查看
  • 最后回复者为 cor-el

more options

I'm using the latest release (10.0) and am looking for a way to stop the history from being displayed in the History menu without turning off History, so I can still access History by going into the library.

I'm using the latest release (10.0) and am looking for a way to stop the history from being displayed in the History menu without turning off History, so I can still access History by going into the library.

所有回复 (2)

more options

I suppose it would help if I knew not only what you wanted but why, as there are a few possibilities that may help.

You may use private browsing,to stop some events being logged into the history in the first place, you may also clear items,single ones if need be.

You can choose whether or not to display the history as suggested options from the location bar.

If you save History, then it can be displayed, I dare say there are methods of removing the button/option to display history from the UseIneterface but it would still be available from the Library.

Another option you may consider is settng up user accounts on the Operating System for different users, or even setting up separate firefox profiles for different users on the same OS account.

more options

You can hide the History menu item on the menu bar and maybe in the Firefox menu as well if you do not want to see history in that menu.


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

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


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

#history-menu, #appmenu_history { display:none!important; }