Keep an eye on Move Tab to Another Window – Get this Extension for 🦊 Firefox (en-US) as I just submitted this extension which... moves tabs to other windows! Works well with Window Titler.

4 results found.
Keep an eye on Move Tab to Another Window – Get this Extension for 🦊 Firefox (en-US) as I just submitted this extension which... moves tabs to other windows! Works well with Window Titler.

#til Also on the subject of Firefox, there are some amazing #Firefox tab management add-ons out there:
Remembered about this hidden browser.compactmode.show Firefox about:config setting, enabled it in Customize toolbar... and added a few tweaks to my userChrome.css file. Considering the browser is open all day for me, it's worth optimising the environment a little for open tabs. #til #firefox
/* make it easier to find active tab */
.tab-background {
&:is([selected], [multiselected]) {
border-top: 1px solid #444 !important;
}
}
/* thinner pins, even in compact toolbar mode */
.tab-content {
padding: 0 4px !important;
}
/* remove space between tabs */
.tabbrowser-tab {
padding: 0 !important;
}
Sometimes I do research for a browser tab and want to go back to the last used tab when I close the research topic. Other times I want to review all open tabs and cycle through them without switching back to the last used one every time. I'm ctrl-tabbing to make all tabs active but a separate keyboard shortcut would be great #firefox