Puoi provare ad aggiungere, a firefox chiuso, questo codice al file userChrome.css
/*Multi Row BookmarksToolbar (Scrollable)(Fx3b5)*/
#personal-bookmarks{
display:block !important;
min-height: 0px !important;
max-height: 500px !important;
height: auto !important;
overflow-y:visible !important;
}
#bookmarksBarContent{
display:block !important;
min-height: 0px !important;
max-height: 500px !important; /*you can change*/
height: auto !important;
overflow-y:auto !important;
}
.places-toolbar-items{
display:block !important;
height: auto !important;
}
#bookmarksBarContent toolbarseparator{
display:inline !important;
}
#bookmarksBarContent .bookmark-item{
visibility: visible !important;
}
.chevron{
display:none !important;
}
.toolbar-drop-indicator-bar,
.toolbar-drop-indicator{
margin-bottom:0px !important;
}
.toolbar-drop-indicator{
background-position:0% 0% !important;
}
#bookmarksBarContent > vbox {
display:-moz-stack !important;
}
/*Fixed height of toolbar, you should add following css to userChrome.css*/
/*
#bookmarksBarContent{
max-height: 96px !important;
}
*/
Crea un prolungamento della barra dei segnalibri, quando questi non entrano più nella prima.
Non è però possibile aggiungere direttamente i segnalibri sulle barre dalla seconda in poi.
Nota per gli admin: il codice presnte nella discussione UserChrome - How to per la seconda barra NON funziona.
(almeno per il sottoscritto)