Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

URL for 'Show All Bookmarks' & 'History'

  • 3 risposte
  • 2 hanno questo problema
  • 283 visualizzazioni
  • Ultima risposta di 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?

Soluzione scelta

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.

Leggere questa risposta nel contesto 👍 2

Tutte le risposte (3)

more options

Soluzione scelta

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.