Windows 10 已于2025年10月14日停止支持。如果您正在使用 Windows 10,参见 这篇文章

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解
已存档

"Tree Style Tab" displays on the top of the sidebar

RDL 已回复
RDL

Firefox 140 I use Tree Style Tabs for my tabs, and have for a long time. I updated to 140 and now, at the top of the sidebar is "Tree Style Tab X". Clicking X closes Tree Style Tab and the sidebar. My question. Is there a way to not have Tree Style Tabs and the top of the sidebar, but return to "BookmarksHome" which was at the top previously? Appreciate any help or ideas.

Firefox 140 I use Tree Style Tabs for my tabs, and have for a long time. I updated to 140 and now, at the top of the sidebar is "Tree Style Tab X". Clicking X closes Tree Style Tab and the sidebar. My question. Is there a way to not have Tree Style Tabs and the top of the sidebar, but return to "BookmarksHome" which was at the top previously? Appreciate any help or ideas.
已附加屏幕截图

所有回复 (3)

I posted a picture of it, I don't know what you mean by "the actual tree". I would like BooksmarksHome to be the top item, and I would like Tree Style Tab X to not be there. I re-posted the picture in case there was a problem. Thanks.

Solved the problem

Open userChrome.css by clicking on it

Copy and Paste in the following:

  • |sidebar-panel-header {
 display: none !important;

}

Close and restart Firefox - the tree style tabs header should is gone - on my PC anyway.

Thanks