Ocene za Tree Style Tab
Tree Style Tab — Piro (piro_or)
Ocena uporabnika jul_law
Ocenjeno z 5 od 5
— jul_law, pred 7 letiFollowing the message of XenGeek
I used this code to remove Tabs keeping the title bar.
/* Remove horizontal tabs */
#tabbrowser-tabs {
visibility: hidden;
margin-top: 40px;
margin-bottom: -50px;
}
/* Remove sidebar header */
#sidebar-header {
visibility: collapse;
}
Anyway this add-on is very good, I don't understand why this tree tab menu is not a standard in Firefox. Saved me a lot of time and energy !
Thanks a lot !
I used this code to remove Tabs keeping the title bar.
/* Remove horizontal tabs */
#tabbrowser-tabs {
visibility: hidden;
margin-top: 40px;
margin-bottom: -50px;
}
/* Remove sidebar header */
#sidebar-header {
visibility: collapse;
}
Anyway this add-on is very good, I don't understand why this tree tab menu is not a standard in Firefox. Saved me a lot of time and energy !
Thanks a lot !