Earlier quoted context omitted.
Can't remember why, but I ended up using Sidebery instead of Tree Style Tabs. So that's also a nice alternative.
I wasn’t aware of Sidebery, but it looks way better than TST. How is the performance? With TST I notice it doesn’t “hibernate” older tabs (only if you restart FF). EDIT: Damn! I'm blown away by Sidebery. The amount of customization and native looks is awesome. There is only a slight problem when compared to TST: It does not preserve tab grouping when parent tab is closed.
Coming to Chrome: a new way to use tabs
351–360 of 392 posts
Re: Coming to Chrome: a new way to use tabs
#352Earlier quoted context omitted.
A bit tinfoil hat, but could it be an attempt to head off Firefox Containers which would be a threat to Google Cookie collection? That's certainly my main use case for containers, using Google Music without telling the rest of the web about my Google account.
There is also browser fingerprinting, so they may still know it's you even if you are in a private tab.
But the point is don't have to give the easy stuff like cookies away for free to mice like Google. They are still going to beg for milk either way, because they are greedy, but you don't have to be hospitable and keep feeding them cookies. (I mean the number of dumb ReCaptcha's I've had to do has gone way up since sequestering Google apps to their own container. Gross.)
Re: Coming to Chrome: a new way to use tabs
#353This is nice, but what I really don't get is how come the most popular browser in the world in 2020 not have an native option to go through the tabs in the most-recently-used order. This is major productivity improvement compared to ctrl-tabbing the tabs in their physical order. IIRC, multi-tabbed IDEs figured it out somewhere in the 90s and it has become a de-facto standard since then. But nope, Chrome doesn't suppo…
I only wish that a) it would visually display the tab history the way Firefox does, and b) being able to shorten the Normal switch backward timer, so I could use that only.
Re: Coming to Chrome: a new way to use tabs
#354Earlier quoted context omitted.
Wrong! I have a very sophisticated system for managing my tabs. I'm very breadth-first when browsing the web and I also switch contexts a lot. Tabs are like a big Todo list for me. For a while, I would get really frustrated when chrome would crash and close all my tabs, but recently I found a ln extension that keeps track of my tab history as a big tree! Yippee!
What is the name of the extension that you use to see your tab history as a big tree?
Re: Coming to Chrome: a new way to use tabs
#355This is fixing the wrong problem. Tabs aren't broken, browser history is. When I tried to find a web page from a certain date a few months ago, it was almost impossible to find. I actually think Internet Explorer used to have quite a good history. That's what we need, not better tabs management.
Really? Chrome's history search tools are very good, and it's just a SQLite file. I've only had to break out the SQL queries once, but it allowed me to find something very specific. Take a look here: https://gist.github.com/dropmeaword/9372cbeb29e8390521c2
Re: Coming to Chrome: a new way to use tabs
#356Earlier quoted context omitted.
Vivaldi Profiles. Only difference is that in Vivaldi each Profile use separate window (as far as I know).
I'm pretty sure it's the same thing as Chrome's profiles functionality. I tried it out for a week, but it's not quite as robust as Firefox container tabs. When I need Chromium, I use Brave.
Re: Coming to Chrome: a new way to use tabs
#357Earlier quoted context omitted.
Shameless plug. I made the ContainerTabsSidebar firefox addon[0], which is inspired by the TST. It groups tabs based on firefox privacy containers, which means every container has an isolated cookie store. I'm a tab hoarder and developed it to work for such "use-case". It's very similar to the groups presented, but displays tabs vertically. [0]: https://addons.mozilla.org/en-US/firefox/addon/container-tab...
Shameless plug, but Vivaldi does this and so much more natively...since beta however many years ago. Haven't touched firefox since.
The entire Web standards should not be regulated by just one company.
I will stay with Firefox.
Re: Coming to Chrome: a new way to use tabs
#358Earlier quoted context omitted.
How does your extension interact with Temporary Containers ( https://addons.mozilla.org/en-US/firefox/addon/temporary-con... )? I am a tab hoarder too and I use Temporary Containers to create ephemeral sessions.
It's currently not the best experience as the temporary containers addon creates a container per browser tab which bloats the sidebar. But there's a github issue for it and I've received a couple of requests regarding this today, so I will tackle this ASAP.
Your extension has already changed my life and I only installed it last night.
Thank you!
Re: Coming to Chrome: a new way to use tabs
#359Earlier quoted context omitted.
> Top right seems to always have space. Top right isn't always visible when trying to click a window to bring it forward > You can also drag any window from any side by dragging perpendicular to the resize direction. It’s still small but I never heard anyone complain about precision there. Interesting, I hadn't seen that before. It's still a small space and annoying to grab, but it's better than now knowing about it.…
> Not sure what you mean here. I mean automatic tools to move windows. I use BetterTouchTool with a lot of custom gestures to handle my windows. With this I mean for example swiping with 5 fingers to the left moves and resizes the window to take up 25% of the screen on the left side. And so on so forth. I rarely drag my windows around anymore, it's second nature at this point. > I use a mouse and full keyboard. I've…
Re: Coming to Chrome: a new way to use tabs
#360Earlier quoted context omitted.
Forking to switch a bunch of command line arguments around seems excessive to me. You can simply write a wrapper script that passes the arguments in the way you want them to be passed. Enabling those options does nothing to improve fingerprinting resistance, it's a completely bogus argument. Disabling them however, in combination with the recommended extensions that are in the README plus custom user agent handling,…
Forking permits me to efficiently git rebase against upstream when there are changes, using rerere to remember easy conflict resolutions. A wrapper would not work as two of the options cannot be removed from the command line (and the author refused a PR that would have permitted such a wrapper).
Re: referrer option, as I explained, it's a nop. So no point in having extra code for that there either (I really should remove it).