Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

URL for 'Show All Bookmarks' & 'History'

  • 3 odpowiedzi
  • 2 osoby mają ten problem
  • 363 wyświetlenia
  • Ostatnia odpowiedź od 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?

Wybrane rozwiązanie

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.

Przeczytaj tę odpowiedź w całym kontekście 👍 2

Wszystkie odpowiedzi (3)

more options

Wybrane rozwiązanie

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.