Reviews for Vertigo Tabs
Vertigo Tabs by Erwan Ameil
Response by Erwan Ameil
Developer response
posted 7 years agoHiding the horizontal tab bar isn't possible yet for a WebExtension. Here's a workaround for now, add these lines to your chrome/userChrome.css file in your firefox profile folder:
#TabsToolbar {
visibility: collapse;
}
Having a "close" button would be nice-to-have indeed.
As far as I know, you can't rewrite the right-click menu (either you get the "Save Page As", "Select All", "View page source", [...] context menu that web pages get (which isn't useful at all for the sidebar), with the possibiliity to add more context elements to a submenu, or (as I did) you disable it).
#TabsToolbar {
visibility: collapse;
}
Having a "close" button would be nice-to-have indeed.
As far as I know, you can't rewrite the right-click menu (either you get the "Save Page As", "Select All", "View page source", [...] context menu that web pages get (which isn't useful at all for the sidebar), with the possibiliity to add more context elements to a submenu, or (as I did) you disable it).