Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 2 réponses
  • 3 ont ce problème
  • 1 vue
  • Dernière réponse par 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.

Toutes les réponses (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; }