Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

URL for 'Show All Bookmarks' & 'History'

  • 3 відповіді
  • 2 мають цю проблему
  • 363 перегляди
  • Остання відповідь від Quisquose

more options

I used to use chrome://browser/content/places/places.xul to display All Bookmarks in a tab (instead of in the sidebar or a Library pop-up window).

Similarly, I also used to use chrome://browser/content/history/history-panel.xul to display my full History in a tab.

Obviously neither of these old paths work any more (since Firefox 57).

What are the new equivalents of these two paths, so that I can achieve the same effect in the current Firefox?

I used to use '''chrome://browser/content/places/places.xul''' to display All Bookmarks in a tab (instead of in the sidebar or a Library pop-up window). Similarly, I also used to use '''chrome://browser/content/history/history-panel.xul''' to display my full History in a tab. Obviously neither of these old paths work any more (since Firefox 57). What are the new equivalents of these two paths, so that I can achieve the same effect in the current Firefox?

Обране рішення

In a recent version (around Firefox 68) most of the files with a .xul extension were renamed with a .xhtml extension to reflect their evolution from XUL to HTML. So you could try this one for the "Library window" document:

  • chrome://browser/content/places/places.xhtml

I think the other one was for the History sidebar. That now has a different name:

  • chrome://browser/content/places/historySidebar.xhtml

Note that functionality of these panels may be impaired when opened outside of their context. Viewing and using links still should work, but edits might not work properly.

Читати цю відповідь у контексті 👍 2

Усі відповіді (3)

more options

Вибране рішення

In a recent version (around Firefox 68) most of the files with a .xul extension were renamed with a .xhtml extension to reflect their evolution from XUL to HTML. So you could try this one for the "Library window" document:

  • chrome://browser/content/places/places.xhtml

I think the other one was for the History sidebar. That now has a different name:

  • chrome://browser/content/places/historySidebar.xhtml

Note that functionality of these panels may be impaired when opened outside of their context. Viewing and using links still should work, but edits might not work properly.

more options

You can encounter issues when you want to create a new folder, moving a bookmark to another folder may not work as well.

more options

Thanks, jscher2000.

Both work exactly as I wanted.