Tree Style Tab ਲਈ ਸਮੀਖਿਆ
Tree Style Tab ਵਲੋਂ Piro (piro_or)
lunix ਵਲੋਂ ਪੜਤਾਲ
5 ਵਿੱਚੋਂ 5 ਦਰਜਾ ਦਿੱਤਾ
lunix੭ ਸਾਲ ਪਿਛਲੇ ਵਲੋਂ10/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;
}