Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

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

back button history

  • 5 réponses
  • 1 a ce problème
  • 6 vues
  • Dernière réponse par cor-el

more options

in previous versions, an extension allowed to increase the number of history entries in the back button. This tweak no longer works with version 60. Also, the config-entry browser.sessionhistory.max_entries has no effect on the number of entries shown when the back button is right-clicked. How is going back to the first page in a tab/window accomplished in the new firefox?

in previous versions, an extension allowed to increase the number of history entries in the back button. This tweak no longer works with version 60. Also, the config-entry browser.sessionhistory.max_entries has no effect on the number of entries shown when the back button is right-clicked. How is going back to the first page in a tab/window accomplished in the new firefox?

Toutes les réponses (5)

more options

I think this is the preference that you need to increase the "GoBack" context menu beyond the default of 10 items. browser.sessionstore.max_serialize_back

I believe that -1 makes to whatever the max stored "GoBack" pages for the tab are.

Based upon browser.sessionstore.max_serialize_forward which by default is -1 and older support answers I have found.

more options

Thanks for the quick answer.

However, I set browser.sessionstore.max_serialize_back to 200, but I see only the last 15 entries when right-clicking the back key. i.e. it does not work.

more options

The browser.sessionstore.max_serialize prefs apply to storing tab history data in sessionstore.jsonlz4.

I think that browser.sessionhistory.max_entries should still work.

It is of course possible that the Firefox version from the repositories that you use doesn't support this pref, so you can try to test this with the release from the Mozilla server.

more options

I couldn't find the right-mouse-click action in nsSHistory.cpp, so I cannot tell what should happen.

What does happen if i right-click on the back button: I get a maximum of 15 entries, independent of the values on the preferences variables. When I use the 15th, i.e. most backward, and repeat the action, I get 8 more. If the intermediate pages are still accessible, I can go back to the initial page in several steps. But if an intermediate page is no longer available (i.e. login required) I am lost.

Its the size of the drop-down menu that seems to limit the number of entries. This size is 15 (and always was) in firefox.

However, there was an extension https://addons.mozilla.org/en-US/firefox/addon/back-forward-history-tweaks/ which extended the menu to much larger number of lines.

Unfortunately, this extension is no longer compatible with the latest firefox.

more options

That maximum seems to be hard coded via MAX_HISTORY_MENU_ITEMS See FillHistoryMenu