I... have a problem. I recently had ~1600 tabs open in Firefox. With a lot of painstaking effort I cut it down to ~750. Quite some distance to go still. The default interface sucks once you have more than 50 tabs. I wish there were easy REPL-ish programmatic access to the list/dict of tabs (so I could filter out all GitHub tabs, or close all stackoverflow tabs, etc) and that was a first class citizen in the browser i…
I'm sorry to hear that Nobody should have to wade through 1500+ tabs. It's frustrating to hear anyone struggle with that in this day and age. I've been there myself. But there are technical solutions. I haven't had to deal with tab anxiety in years. My browser stack is Tree Style Tabs, Session Manager, Multiple Tab Handler, and Tab Group Plus. I regularly wrangle clusters of tabs. If I have a tree of tabs that is spa…
On Browser Tabs
131–140 of 187 posts
Re: On Browser Tabs
#132Interesting that nobody mentioned not using tabs at all. I adapted the chrome.css of my firefox to hide tabs altogether, so I can get more screen real state. That paired with Vimium allows me to hit T to get a list of all open tabs, which I can then incrementally search. If I want to open a link from history, I hit O instead.
Re: On Browser Tabs
#133Earlier quoted context omitted.
No, I don't want an extension for a simple, basic piece of functionality that everyone keeps asking for. about:tabs would be the easiest thing in the world.
> about:tabs would be the easiest thing in the world. Thanka for volunteering! Can you link me to your patch?
Consider this an official, public bounty. Expires 2020-12-31.
I don't have time to write this patch but I especially don't have time for the lame, tired suggestion that FOSS cannot be critiqued by anyone but the authors.
(The bounty is $1500 if you "jhardy54" write, and have accepted, the patch. Consider the extra $500 compensation for this unexpected loss of smug, righteous indignation.)
Re: On Browser Tabs
#134I... have a problem. I recently had ~1600 tabs open in Firefox. With a lot of painstaking effort I cut it down to ~750. Quite some distance to go still. The default interface sucks once you have more than 50 tabs. I wish there were easy REPL-ish programmatic access to the list/dict of tabs (so I could filter out all GitHub tabs, or close all stackoverflow tabs, etc) and that was a first class citizen in the browser i…
"Yes, in principle I could export the list of tabs to a text file, and begin anew ..." I came here to complain that, actually, you can't . Or rather, it's surprisingly complicated to export a simple list of current tab URLs to a plain old text file. You need to dig several directories deep into /Library (or whatever, depending on your OS) and then use JSON tools to export ... I've already lost most people. Why can't…
Re: On Browser Tabs
#135I... have a problem. I recently had ~1600 tabs open in Firefox. With a lot of painstaking effort I cut it down to ~750. Quite some distance to go still. The default interface sucks once you have more than 50 tabs. I wish there were easy REPL-ish programmatic access to the list/dict of tabs (so I could filter out all GitHub tabs, or close all stackoverflow tabs, etc) and that was a first class citizen in the browser i…
This is quite a staggering amount imo... Why not just avoid painstaking and just start fresh? Is this a form of FOMO? Edit, you are at the point where you need a search engine for your tabs, you might as well close them and use the internet directly instead of cached in your own tabs. If I may ask, on what basis did you close all those tabs, did you read them all? What will you do with the rest?
Yes please! I've recently got interested in Recoll, which might not know what a tab is, but does search web history.
> you might as well close them and use the internet directly instead of cached in your own tabs
Caching is valuable. URLs bit rot and their contents change. If you have a browser session that's old enough, the RAM contents are a saving grace.
Re: On Browser Tabs
#136I... have a problem. I recently had ~1600 tabs open in Firefox. With a lot of painstaking effort I cut it down to ~750. Quite some distance to go still. The default interface sucks once you have more than 50 tabs. I wish there were easy REPL-ish programmatic access to the list/dict of tabs (so I could filter out all GitHub tabs, or close all stackoverflow tabs, etc) and that was a first class citizen in the browser i…
I recently "closed" 12000+ (not a typo) tabs in one of my Firefox profiles into OneTab. In another profile I have 30+ different windows open for different projects and contexts, and I have more profiles (typically one per WM workspace which are topical). I've tried lots of browser addons/extensions and tools over the years, but none offered proper salvation. I have a design in my head of what kind of tool I'd like, b…
Re: On Browser Tabs
#137Earlier quoted context omitted.
I'm sorry to hear that Nobody should have to wade through 1500+ tabs. It's frustrating to hear anyone struggle with that in this day and age. I've been there myself. But there are technical solutions. I haven't had to deal with tab anxiety in years. My browser stack is Tree Style Tabs, Session Manager, Multiple Tab Handler, and Tab Group Plus. I regularly wrangle clusters of tabs. If I have a tree of tabs that is spa…
Actually I try to keep a tab-zero & inbox-zero approach. I keep the working items in a bookmark folder.
Re: On Browser Tabs
#138Interesting that nobody mentioned not using tabs at all. I adapted the chrome.css of my firefox to hide tabs altogether, so I can get more screen real state. That paired with Vimium allows me to hit T to get a list of all open tabs, which I can then incrementally search. If I want to open a link from history, I hit O instead.
#TabsToolbar { visibility: collapse; }Re: On Browser Tabs
#139Tabbed browsing: a lousy band-aid over poor browser document and state management (2014): ...What I want is to maintain a list of current references, preferably with some spatial context (tree-mode browsing is great for this) to what the relationship is between pages in my browser session. I do not need is for every last single page to be open at the same time, sucking down memory, CPU cycles, and worse: playing vide…