Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

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.

Open places.xhtml at folder "Bookmarks Menu" immediately

  • 3 antwoorde
  • 1 het hierdie probleem
  • 2 views
  • Laaste antwoord deur cor-el

more options

When I open my bookmarks in the tab chrome://browser/content/places/places.xhtml , the folder "All bookmarks" is selected by default. How can I make "Bookmarks Menu", instead, to be pre-selected?

Many thanks for explanations and hints, Yves

When I open my bookmarks in the tab chrome://browser/content/places/places.xhtml , the folder "All bookmarks" is selected by default. How can I make "Bookmarks Menu", instead, to be pre-selected? Many thanks for explanations and hints, Yves
Aangehegde skermkiekies

Gewysig op deur Feierfox

All Replies (3)

more options

Note that opening the chrome URI places.xhtml in a tab is not recommended as this can cause issues if you edit bookmarks.

Opening the bookmarks menu folder via the chrome://browser/content/places/places.xhtml URI is not possible. You can open the Library with this folder selected via code in the Browser Console (the console keeps a command histry).

  • PlacesCommandHook.showPlacesOrganizer('BookmarksMenu');
  • openDialog("chrome://browser/content/places/places.xhtml","", "chrome,toolbar=yes,dialog=no,resizable", "BookmarksMenu");
more options

Thank you so much, cor-el.

Agreed, with bookmarks in a tab sometimes actions may fail. I use it for limited purposes only.

Browser console with command prompt is a great idea. I never thought of it. Your commands return a separate window, however. Did I make a mistake, or is there an alternative to open them in a tab?

Best regards, Yves

more options

When you open the Library in a tab like you previously did then you won't be able to open a specific folder like when opened via the Browser Console.