This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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.

Gekose oplossing

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;
Lees dié antwoord in konteks 👍 0

All Replies (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

Gekose oplossing

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;