Skip to content

adrusi/notable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notable

Notable eliminates tabs from firefox by putting each tab in its own window. Whenever a new tab is created in a window that already has another tab, it is moved to a new window. It's useful for people who want to use their window manager's tab functions for their browser.

Since the idea is to get rid of firefox's tabs, you may also want to hide the tab bar. The extension can't hide parts of firefox's UI, but you can hide the tab bar if you edit your userChrome.css, Here's what you need to hide the tab bar:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#TabsToolbar {
    visibility: collapse;
}

Install (requires Firefox 57.0+)

About

Firefox addon for window managers with tab container support (i3, sway, notion, etc.)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors