>>517
userChrome.cssでできるからそれで我慢してる

/* Hide Tab bar if there is only one tab */
tab:only-of-type, tab:only-of-type + #tabbrowser-arrowscrollbox-periphery
{
display: none !important;
}