为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

when using "back page" and "forward page", firefox seems to have a limited number of pages that can be accessed in this manner - can this number be increased?

more options

I have a list of websites I visit on a daily basis and I usually keep them all in a single tab and just "back page" and "forward page" through them every day ( hitting refresh where necessary ). However, with the latest version of Firefox, there seems to be a limit on how many times "back page" can be hit before it just stops remembering those pages earlier in the queue. Is there some way to increase this number? or is it something i just have to live with?

thank you very much.

I have a list of websites I visit on a daily basis and I usually keep them all in a single tab and just "back page" and "forward page" through them every day ( hitting refresh where necessary ). However, with the latest version of Firefox, there seems to be a limit on how many times "back page" can be hit before it just stops remembering those pages earlier in the queue. Is there some way to increase this number? or is it something i just have to live with? thank you very much.

所有回复 (1)

more options

Yes, there is a limit. Also, if you are restoring a previous session, there is a smaller limit to what is restored.

You can adjust these limits as follows:

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the search box above the list, type or paste sess and pause while the list is filtered

(3) Double-click the following items and enter the desired number of pages:

(A) browser.sessionhistory.max_entries (in your live session, default=50)

(B) browser.sessionstore.max_serialize_back (in a restored session, back history in excess of this value is discarded, default=10)

(C) browser.sessionstore.max_serialize_forward (in a restored session, forward history in excess of this value is discarded, default=-1)

For (B) and (C), a value of -1 should mean "all", but the total could never exceed the value under (A).

This is theoretical: I have not modified these settings and tested for myself.

Note: (B) and (C) were added in Firefox 30.

由jscher2000 - Support Volunteer于修改