Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Søg i 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.

Læs mere

Recently Bookmarked List

  • 1 svar
  • 2 har dette problem
  • 70 visninger
  • Seneste svar af Agent virtuel
  • Arkiveret

I do not want "recently bookmarked" to appear with my Bookmarks. How can I remove it? Right-clicking and changing the "browser.bookmarks.showRecentlyBookmarked" preference no longer work.

I do not want "recently bookmarked" to appear with my Bookmarks. How can I remove it? Right-clicking and changing the "browser.bookmarks.showRecentlyBookmarked" preference no longer work.

Ændret af BOB den

Alle svar (1)

Hello

The preference, browser.bookmarks.showRecentlyBookmarked, no longer exists.

Creating, entries that no longer exist, most of the time, is pointless.

Behind an about:config entry, there's a script, no corresponding script, so creating about:config entries is pointless.

If you wish to test userChrome.css file, you can find tutorials on the web.

#panelMenu_recentBookmarks{display:none!important;} #panelMenu_bookmarksMenu{display:none!important;}