30

I feel a bit silly posting something this trivial in this comm, but I know I'm not the only one with an absurd number of browser tabs open—in my case, the figure is around 1500 tabs open across all my devices, and it's constantly growing. Every once in a blue moon I'll go and close like 50 of them in one day, but it's not frequent enough to reverse the trend. It's to the point where it's a coin flip whether a new tab in my mobile browser will actually work, and I have genuinely run into out-of-memory issues on my fairly beefy PC where stuff will straight-up crash. Beyond the technical issues, it's overwhelming, especially on the PC where I'm actually confronted with the staggering quantity of the tabs whenever I'm actually using it and I have to sift through them to find the few tabs I use frequently (idk what I'd do without the tab search function on modern browsers).

I thought it might be neat for other people with the same issue to congregate and work together to make incremental net reductions in our tab counts (so you can't just close 10 tabs and then open 15 more!). I was thinking that 10 tabs per day might be a reasonable figure—small enough to be manageable, but big enough that even with a few thousand tabs you could still make significant progress. Everyone is free to set a goal that fits their parameters, although I'd err on the side of caution. If you set a goal that's too ambitious, you could quickly miss your target and get frustrated. Slow and steady wins the race! Of course, with this sort of thing it will tend to get harder as you go along, since you'll go for the low hanging fruit first and then need to either make tougher decisions or have tabs that take longer to resolve (e.g. "am I gonna spend 15 minutes reading this article or just close it?"), so adjustments may be necessary later in the process. And if you do miss a day or a target, don't beat yourself up about it—it's a marathon, not a sprint, and sometimes you need to a take a breather. Just make sure to get back in there.

We could each make posts in the weekly self-improvement thread^[I'd also encourage you to post any other self-improvement things you're working on while you're at it!] and edit them daily, posting our new totals as we go. For instance:

Monday: 1500 (-10/10, -10 total)
Tuesday: 1490 (-10/10, -20 total)
Wednesday: 1475 (-15/10, -35 total)

and so on. It doesn't have to be in that precise format, but it's important to keep track of your total open tabs to ensure you're really making a net reduction, and I think it would be nice to show your accumulating reduction to show the progress you've made as the weeks go on.

Anyway, I'd love to hear from anyone who's interested in participating and get feedback on how this idea could be improved!

all 22 comments
sorted by: hot top controversial new old
[-] PartysPuppyGirl@hexbear.net 7 points 1 month ago

Since I asked to be added, I had opened another 10 tabs, but now have successfully taken my tabs from 1460 to 1390 catgirl-salute

[-] QuillcrestFalconer@hexbear.net 3 points 1 month ago

Damn makes my 100 something tabs look small

[-] AernaLingus@hexbear.net 2 points 1 month ago

Nice! I'm down 60 tabs today (1545 -> 1485). It's actually been a pretty pleasant process so far, since a lot of it is reading interesting articles that I never got around to. Much better use of my time than doomscrolling!

[-] AernaLingus@hexbear.net 4 points 1 month ago

Tagging @PartysPuppyGirl@hexbear.net since you mentioned you were interested!

[-] glimmer_twin@hexbear.net 4 points 1 month ago

Bruv just close the browser, this can all be over in two seconds

[-] BountifulEggnog@hexbear.net 4 points 1 month ago

You can use the onetab extension to move everything to a saved list and close them. When my tab hoarding gets bad I'll do that and just keep a few of my most frequently used tabs open. You aren't really cleaning it out, just moving it to a list out of the way that's less important.

[-] AernaLingus@hexbear.net 2 points 1 month ago

I've done that before, but from experience, I know I'll never look at those tabs again if I just save them in a session and start a fresh one. If I really get stuck on this process, it's probably what I'll end up doing, but I want to give whittling them down a try—not only because I know there's some good stuff in there, but also because it'll help build up the impulse to clean them out daily and prevent the tab count from ballooning so much in the future.

[-] AernaLingus@hexbear.net 3 points 1 month ago* (last edited 1 month ago)

One thing that's important is to have a way to actually get the count of tabs for whatever browser you have!

Methods insideFor desktop browsers:

  • You could try this simple extension (can't vouch for it thoroughly, but it seems simple enough):

https://github.com/DaAwesomeP/tab-counter

  • In Firefox, you can also try this method:

Right-click on a tab → "Select All Tabs" → Right-click on a tab again → there will be a "Close n Tabs" option which will give you the count of tabs in that window

Note that there seems to be a slight discrepancy between the extension and this method, with the right-click method seemingly underreporting. An even greater flaw with this method is that you'd have to repeat this across every window and add them up...not ideal if you have many windows.

  • A third option is a non-dedicated extension that incidentally keeps track of tab counts (e.g. Tab Session Manager on Firefox). If you're a tab hoarder, there's a good chance you have one of these already!

For mobile browsers:

This is a bit trickier, since both Chrome and Firefox "helpfully" hide your tab count once it gets over 100.

In Chrome, you can go to the tab group view, ⋮, "Select tabs", ⋮ again, "Select all". This will give you the total number of active tabs, which you can then add to your inactive tabs, if applicable.

I don't think there is a simple equivalent for Firefox on Android, unfortunately. There's this suggestion leveraging Firefox Sync, but personally I don't use it, so that doesn't work for me. What I ended up doing was this:

  • Tap the ♾️ tab icon (because if this is relevant, you don't have a number)
  • Tap ⋮ , then "Share all tabs"
  • Pick your poison: I ended up saving it to disk using Solid Explorer's "Save to...", which saves it as a text document, but you could also copy to clipboard and then paste into a text editor. The format of the output is a single line with the titles of all the tabs (comma-separated) followed by the URLS, the latter of which are each separated by two newlines. Weird format, but it'll work for our purposes.
  • Depending on how much of a nerd you are, you could either use Termux and run grep '^http' name-of-file.txt | wc -l^[Yeah, I guess you could technically do a broader search to capture non-HTTP protocols, but you probably don't need my help if that's your situation] or just do Ctrl+F for "http" in a text editor that will give you a readout like "1 of n matches". If you know of a better way, let me know!

I don't use iOS, so I'm not well-versed in Safari, but apparently, you can do a long press on the tab icon in the lower-right (or wherever it is) and you'll get a "Close n tabs" option.

[-] HexReplyBot@hexbear.net 1 points 1 month ago* (last edited 1 month ago)

A Reddit link was detected in your comment. Here are links to the same location on alternative frontends that protect your privacy.

[-] Weedian@hexbear.net 3 points 1 month ago

do you all never turn your computer off or something?

[-] Azarova@hexbear.net 5 points 1 month ago

most browsers have the option to restore the previous session on start up, so closing the browser doesn't lose all the tabs

[-] insurgentrat@hexbear.net 3 points 1 month ago

why would I turn my computer off? sleep is fine. Uptime can be years without problems

[-] FedPosterman5000@hexbear.net 3 points 1 month ago

This is interesting! I could see myself doing this when my depression is bad, but I usually get frustrated when I’m more manic and close everything lol. I wouldn’t be surprised if my bookmarks have a few hundred tabs I’ll likely never look at again, though.

I'd also encourage you to post any other self-improvement things you're working on while you're at it!

Starting day 2 nicotine free. Smiling through it though so people know I’m actually feeling great rn

[-] AernaLingus@hexbear.net 2 points 1 month ago

I definitely have a lot of bookmarks that I'll never look at even for the first time. I think that's part of the reason I allow the tabs to build up; I explained my reasoning here, but the succinct version is probably "If I bookmark this I may never actually read it, so instead I'll leave it open which will force me to look at it...surely, I'll look at it soon..."

Starting day 2 nicotine free.

Hell yeah!! fidel-salute-big

[-] FedPosterman5000@hexbear.net 2 points 1 month ago

Hahaha that’s the same reason I bookmark! Plus then it pops up in the recommendations when I inevitably become the interested in the topic again and search the same terms!

[-] ratboy@hexbear.net 2 points 4 weeks ago

Was just perusing the self improvement posts and felt like seeing how youre doing with this! I don't struggle with it but my partner does the same thing and just looking at his browser and program windows makes me anxious lol.

[-] AernaLingus@hexbear.net 1 points 4 weeks ago

It's going really well! I'm keeping track in this comment—started out at 1545 tabs and I've brought it down to 945 over 17 days! I'm actually tracking a bit more detail than I'm letting on; the tabs are spread across three browsers (one mobile + two desktop) and I have a hidden constraint of making sure that the tab count in each browser continuously decreases so I don't do any funny business with shifting a bunch of tabs from one browser to another without closing them.

I think what's been really helpful has been setting a reasonable, measurable goal (-10 tabs/day) so that I can adhere to it without too much trouble while still seeing meaningful progress. Some days I'll easily hit the target without thinking about it, other days my bedtime will be creeping up and I go, "Oh shit, gotta kill some tabs real quick!" I try to do a mix of going for the low-hanging fruit as well as tackling the more "difficult" tabs (long-form writing, posts I want to comment on, things related to ongoing projects). It's inevitably going to become more difficult the fewer tabs that remain, but I want to avoid backloading that difficulty because if I leave too many difficult things for last I might start missing my daily target and give up in frustration. I don't think I'll be able to truly get to zero, but the goal would be that (aside from a few permanent tabs like email and Matrix) any remaining tabs would be related to ongoing projects, and that they would all be in per-project tab groups that can be closed and then only opened back up when I'm actively working on that project. Currently, I have all tabs related to all projects always opened and only very loosely organized, which is totally unnecessary. My ideal approach would then be to put any tabs outside of those two categories in a "needs adressing" tab group that I am very strict about not allowing to balloon and endeavor to cut to zero by the end of each day. It's a lot easier to trim than to trailblaze!

Even if I don't close a tab on any given day, it's helpful to move them into tab groups so they're more organized. That way,, if I'm in the mood for some long-form reading or technical writeups I can jump to their respective tab groups instead of having to comb through hundreds of tabs.

As I've progressed, I've also begun to shift my mentality from dreading those "difficult" tabs to instead looking forward to them, since—like anything in life—going through them tends to be a much more fulfilling process than the "easy" tabs that have tended to dominate my attention. It's been great to spend more time reading thoughtful articles and essays and becoming more informed about various topics and perspectives. Definitely a lot better for my mental and cognitive health than doomscrolling and watching dime-a-dozen YouTube videos.

[-] CommCat@hexbear.net 1 points 1 month ago

I only have like 5 tabs opened at most. How the hell can you keep track of 1500 opened tabs? I use old school bookmarks when I need to change websites

[-] AernaLingus@hexbear.net 1 points 1 month ago

How the hell can you keep track of 1500 opened tabs?

Short answer: I can't.

Long answer: On desktop, it's pretty trivial to search through your open tabs even without extensions^[Firefox: in the address bar, type % followed by a space; Chrome: Ctrl+Shift+A], so I have no trouble finding the stuff that I know is there and I need on a day-to-day basis (email inbox, messenger app, API documentation, etc.). Realistically, that represents a tiny percentage of of the total tabs, though, and even on my first day I found two or three pairs of duplicates that were in different windows.

Speaking of which, having multiple windows + multiple virtual desktops is helpful for organization. Truthfully, the majority of tabs are on my main desktop, but in the task-specific desktops the tabs are usually related to the task at hand.

That all said, a full two-thirds of the tabs are on my phone. It's a lot easier to build them up there, since they're out of sight, out of mind. It's also harder to manage them, since (at least on my phone) Firefox really doesn't like having ~1000 tabs open, so even though there is technically a way to do tab search it doesn't really work, and navigating to old tabs is not very responsive. It'll probably go smoothest if I go in reverse chronological order and be as thorough as possible so I don't have to deal with the old tabs until I've really narrowed the field.


There's also some implicit questions here (explicit in some other comments), namely: How? What?? Why???

I think the tab build-up consists of three primary categories:

  1. Tabs that I was about to look at but didn't for whatever reason and I never got around to
  2. Aspirational tabs that I opened with the explicit intention of looking at later (these tend to be long-form reporting and academic papers)
  3. Loosely grouped tabs related to projects in various stages (documentation, forum posts, tutorials, etc.)

 

I'm not great at organization or time management, so it's easy for these things to pile up. One thing I'm looking forward to by actually taking on the tabs instead of just hitting the big red button xi-button and starting over is reading some more thought-provoking material during the time that I'd usually be scrolling mindlessly. I'm sure there will also be a lot of times that I go, "You know what, I don't really want to read this article," and that's also valuable. Going forward, I think it'll be important to put the #3 tabs (project-related) into tab groups so that they don't get lost and I'm more likely to engage with them. Aspirational articles should also go into their own tab group and work on a first-in, first-out system with some kind of time limit to prevent them from building up.

[-] RedWizard@hexbear.net 2 points 1 month ago

How do bookmarks factor in here? Wouldn't it be equally as useful for some of those categories to simply create a folder to bookmark that content and then open it later? Does the searching of open tabs have simply better functionality than searching bookmarks (I've never actually tried searching tabs)?

[-] AernaLingus@hexbear.net 2 points 3 weeks ago

Sorry I'm replying so late! For me (maybe because of my ADHD), it's a lot easier for me to deal with things in the moment—if I think of something I need to do, it's usually best if I do it at that very instant 1. I'll have some momentum and 2. if I don't do it then I'm extremely likely to forget. I rely heavily on reminders that I set in my phone for tasks throughout the day as well as appointments—if it weren't for those, I'd be a total mess. To give an example, whenever I have a regularly scheduled appointment that is canceled for whatever reason, instead of just deleting it from the calendar I will add "APPOINTMENT CANCELED" to the title because I will inevitably forget by the time the appointment rolls around, so I rely on the extra warnings that pop up a few hours in advance so I don't end up showing up for no reason.

With tabs, I think it's a similar situation. Some people might be able to bookmark it and say "I'll look at that later when I have some time," but I know myself, and if I do that I'm going to forget it ever existed and never read the damn thing. As for searching open tabs vs. bookmarks, I usually use bookmarks for things I've already read or for tools^[This is actually a problem I still need to solve. A fair bit of the open tabs are various software tools that could be very useful for me in the future, but if I just bookmark them I am likely to forget about them to the point where I won't even remember to look them up and instead waste time on doing something manually or rolling my own solution. I need to figure out a way to organize them in such a way that if I'm working on a task I can easily search and find tools I've earmarked for said task.] and homepages and things like that. If I'm searching my tabs, I know that anything I find is a to-do item, whereas the bookmarks will be a mix of the two. I do think that, once I get all these tabs cleared up, I might be able to institute something like a plan-to-read tag/folder that I regularly clear out, but I think that could easily balloon to the point of insurmountability if I'm not careful. I do think it's worth trying, though—perhaps I'll have developed enough discipline to make such a scheme viable.

Also, I'm happy to report that I'm making great progress! You can see this comment for more details, but the top line figure is that I started at 1545 tabs and am now down to 893 tabs after 19 days—in other words, I've eliminated 652 tabs at a rate of 34 tabs/day, and am down to 57.8% of the original total.

this post was submitted on 19 Aug 2025
30 points (96.9% liked)

Self Improvement

333 readers
2 users here now

A community which focusses on improving yourself. This can be in many different ways - from improving physical health or appearance, to improving mental health, creating better habits, overcoming addictions, etc.

While material circumstances beyond our control do govern much of our daily lives, people do have agency and choices to make, whether that is as "simple" as disciplining yourself to not doomscroll, to as complex as recreating yourself to have many different hobbies and habits.

This is not a place where all we do is talk about improving "productivity" (in a workplace context) and similar terms and harmful lifestyles like "grindset". Self-improvement here is intended to make you a generally better and happier person, as well as a better communist, and any other roles you may have in your life.

Rules and guidelines:

  1. Posts should be about self-improvement. This is obviously a wide category, and can range from advice, to finding resources, to self-posts about needing to improve in a certain area, or how you have improved, and many other things.

  1. Use content warnings when discussing difficult subjects.

  1. Do not make medical decisions solely because of a discussion you have had with any person here (e.g. whether to take or not take medications; diagnoses; etc.) as we do not vet people. All medical problems should be discussed with a real-life medical professional.

  1. Do not post harmful advice here. If this is seen, then please report it and we shall remove it. If you are unsure about whether it's precisely harmful advice or not but feel uneasy about it, please report it anyway.

  1. Do not insult other users and their lifestyles or their habits (unless they ask, I suppose). This is a place for self-improvement. Critique and discussion about a course of action is encouraged over shit-flinging. Don't talk down to people.

founded 2 years ago
MODERATORS