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

搜索 | 用户支持

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

详细了解

Highlights, bookmarks

more options

my highlight section in new tab screen is set to show only bookmarks. initially it was empty but then i started bookmarking webpages, they started to show up on there. But suddenly they are gone today and i am unable to add them back to highlights section, all the bookmarked websites are still in my bookmark list, but they are not showing up on the highlight sec.

my highlight section in new tab screen is set to show only bookmarks. initially it was empty but then i started bookmarking webpages, they started to show up on there. But suddenly they are gone today and i am unable to add them back to highlights section, all the bookmarked websites are still in my bookmark list, but they are not showing up on the highlight sec.

被采纳的解决方案

Not sure whether this is relevant, but I'll mention it just in case:

The Highlights section is limited to recent activity, so bookmarks you added before that time will stop appearing in that section.

I think the limit is 5 days based on: https://searchfox.org/mozilla-central/source/toolkit/modules/NewTabUtils.jsm

  • line 1139: * {num} bookmarkSecondsAgo: Maximum age of added bookmark.
  • line 1146: bookmarkSecondsAgo: ACTIVITY_STREAM_DEFAULT_RECENT,
  • line 102: const ACTIVITY_STREAM_DEFAULT_RECENT = 5 * 24 * 60 * 60;
定位到答案原位置 👍 0

所有回复 (4)

more options

Are you currently signed in? If not please sign in it would resolve your issue. Thank You

more options

If you use Sync then best is to disconnect Sync temporarily during troubleshooting.

This can be caused by a problem with the places.sqlite and favicons.sqlite databases in the Firefox profile folder.

  • use "Verify Integrity" button on the "Help -> Troubleshooting Information" (about:support) page

If errors are reported with "Verify Integrity", close and restart Firefox or reboot and retry.

See also:

more options

deespider99 said

Are you currently signed in? If not please sign in it would resolve your issue. Thank You

yes i am signed in and was signed in before too. can this be because of an update, because i also got a mozilla update today.

more options

选择的解决方案

Not sure whether this is relevant, but I'll mention it just in case:

The Highlights section is limited to recent activity, so bookmarks you added before that time will stop appearing in that section.

I think the limit is 5 days based on: https://searchfox.org/mozilla-central/source/toolkit/modules/NewTabUtils.jsm

  • line 1139: * {num} bookmarkSecondsAgo: Maximum age of added bookmark.
  • line 1146: bookmarkSecondsAgo: ACTIVITY_STREAM_DEFAULT_RECENT,
  • line 102: const ACTIVITY_STREAM_DEFAULT_RECENT = 5 * 24 * 60 * 60;