Earlier quoted context omitted.
It's part of their new philosophy not to make anything configurable or anything "advanced" easy, unless you're jumping through some hoops. I still can't get over the fact that they removed the ability to view individual cookies and their values from the browser.
No, it's part of the philosophy that this particular feature led to users suddenly being without tab bar and basically having a broken browser. Although I do believe they're still weighing that against the benefits of being able to use TST without needing to go through extra hoops. You can still view individual cookies and their values: open the dev tools, then the Storage tab.
Tree Style Tabs
111–120 of 197 posts
Re: Tree Style Tabs
#112I use TST extensively to manage hundreds of tabs, and it is a real joy. FWIW, these are the customizations that made TST much more usable for me: 1) Very importantly, hide the horizontal tab bar. You get some vertical screen space back, and you aren't distracted by two ways of showing the same tabs. You'll have to edit your userChrome.css (see e.g. http://kb.mozillazine.org/index.php?title=UserChrome.css&pri... for d…
https://gist.github.com/mnutt/a8ffee69c51a2e150e67acf56692cb...
The one thing to watch out for is that Firefox has been changing the structure of their browser chrome recently, and while it has actually gotten easier to style (the three MacOS buttons are now just html elements!) it requires some occasional maintenance to keep up.
Re: Tree Style Tabs
#113I use TST extensively to manage hundreds of tabs, and it is a real joy. FWIW, these are the customizations that made TST much more usable for me: 1) Very importantly, hide the horizontal tab bar. You get some vertical screen space back, and you aren't distracted by two ways of showing the same tabs. You'll have to edit your userChrome.css (see e.g. http://kb.mozillazine.org/index.php?title=UserChrome.css&pri... for d…
I created a userChrome.css file (including the aforementioned snippets + the namespace line on top) and put it into the folder that Firefox tells me is my profile folder - still see the tabs on top though (Mac OS Mojave - FF - Quantum) - any ideas what could be the issue? I did restart firefox.
Eventually found this repo with some pretty good ones: https://github.com/Timvde/UserChrome-Tweaks/tree/master/tabs
Here's what I've got: https://gist.github.com/tiagoad/c85f9752033b1d78d23c5bae7373...
Re: Tree Style Tabs
#114For those running on older machines who still like having a big tab hierarchy with stuff to check later, there's the "Auto Tab Discard" [1] extension which will discard older tabs from memory while keeping the tab itself, with optional exceptions for pinned tabs, tabs with filled forms, ...
Unfortunately there are still some websites that force me to have Chrome installed, biggest culprit being Facebook which is completely unusable on my 2014 MBP through Firefox.
[1] https://addons.mozilla.org/en-US/firefox/addon/auto-tab-disc...
Re: Tree Style Tabs
#115How well does this play with Multi-Account Containers?
Re: Tree Style Tabs
#116Earlier quoted context omitted.
It's odd that so many people confuse the roles of tabs and bookmarks. Perhaps it's a sign that the bookmark UX isn't good (or prevalent) enough. I generally have four pinned tabs open for email, Slack and Trello, plus another five related to what I'm working on.
I'm not confusing anything. Tabs let me switch to different projects incredibly quickly. Bookmarks just don't work.
Re: Tree Style Tabs
#117Re: Tree Style Tabs
#118Earlier quoted context omitted.
If by "last time" you mean the pre-WebExtension version - yes, that version was rather CPU intensive and I used a different extension (no longer maintained post-WebExtension) back then. I haven't seen any negative performance impact as far as battery or CPU usage are concerned, but as usual YMMV.
I just gave it another try. Unfortunately, things haven't improved. `about:performance` shows a "medium" energy impact for TST. My 2015 Macbook's fans come on and stay on until I disable TST again, after which they reliably spool back down after a short delay. While TST is enabled, Firefox shoots up the list of CPU users in Activity Monitor. Oh well, it was worth a shot, sidebar tabs are just so good when they're wor…
Re: Tree Style Tabs
#119I don’t understand how people browse the web without this extension. That’s the number one reason chrome is not usable for power users. I’m also wondering why this is not natively supported by both firefox and chrome.
and I don't understand how people have more than about 10 tabs and stay sane. Do you people like... not use bookmarks at all? Heck, most of the sites I visit on anything like a regular basis I only need to type in the first letter or two and they auto-complete.
Generally when researching something I'll pick a number of search terms, and for each, I'll actually open a few of the hits (in a new tab each time). Of those hits, most get closed right away once I actually look at them and see they're useless, of the rest, I might read a few, or follow the most relevant seeming links. (But usually close some large number of them)
Wash rinse repeat until I'm actually left with a very small set of things that are pertinent to the task at hand.
(This process does seem to leak slightly. I have to do a separate garbage collection pass once in a while.)