
Recently Bookmarked List
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.
由 BOB 於
所有回覆 (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;}