this post was submitted on 21 Apr 2024
190 points (96.1% liked)

Linux

45573 readers
660 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 2 months ago (3 children)

Sidebery is an excellent extension for that. I really doubt Mozilla is going to make one as good as that.

[–] [email protected] 5 points 2 months ago (2 children)

Do you have experience with tree style tabs extensions also?

[–] [email protected] 7 points 2 months ago

Different person, but I started using vertical tabs a few weeks ago and gave both extensions a try for a few days.

I'm using Sideberry now. It seems more polished to me with lots more features. I particularly like how well it integrates with Firefox containers and that you can create tab groups, which are essentially tabs for tabs.

[–] [email protected] 2 points 2 months ago

Yeah, sidebery is much much better

[–] [email protected] 5 points 2 months ago

I used Sideberry for a while, but I tried out one called Tab Stash and I think it's much better overall than Sideberry personally

[–] [email protected] -2 points 2 months ago (1 children)

Is there an extension to drag out tabs seamlessly into another window like you can do with chromium.

[–] [email protected] 16 points 2 months ago (2 children)
[–] [email protected] 5 points 2 months ago (1 children)

No, I don't think so. You can drag out windows but they don't for example snap to the corners immediately, so you have to release them first and then pick them up again.

[–] [email protected] 4 points 2 months ago

I looked into it further at one point, there’s some other change that needs to happen before that feature can me implemented. The issue was documented over a decade ago… but I’d have to learn a ton about how FF works to even start to understand how to make the changes needed.

I can say that for now, the logic is pretty basic, hide the tab, attach a little screenshot of the tab to the cursor, create a window with the content of that tab if the mouse is released outside of the browser window.

Maybe I’ll dig into the code again at some point