1. 地址栏:about:config 搜索toolkit.legacyUserProfileCustomizations.stylesheets ,把它改为true
2. 进入配置-more troubleshooting information, 找到profile forder,在这个目录中创建文档夹chrome
3. 在chrome文档夹中创建文档userChrome.css
,内容:
/* hides the native tabs */
#TabsToolbar {
visibility: collapse;
}
4.
重启firefox,tab栏已经没了
https://cloud.tencent.com/developer/article/1986996
No comments:
Post a Comment