Bewertungen für Tree Style Tab
Tree Style Tab von Piro (piro_or)
Bewertungen von lunix
Bewertet mit 5 von 5 Sternen
von lunix, vor 7 Jahren10/10 !
to hide the usual tabs, and to hide title bar of TreeStylTab
[your firefox profil folder] /chrome/userChrome.css
--------------------------------------------------------------------
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#tabbrowser-tabs { visibility: collapse !important; }
#sidebar-header {
display: none;
}
to hide the usual tabs, and to hide title bar of TreeStylTab
[your firefox profil folder] /chrome/userChrome.css
--------------------------------------------------------------------
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#tabbrowser-tabs { visibility: collapse !important; }
#sidebar-header {
display: none;
}