4 ms·
I am not a tab hoarder, but I have been using Tab Groups as a way to collect (and hide) YouTube videos for future viewing. I had previously used the Pin Tab fe
by breput 1y ago
I am not a tab hoarder, but I have been using Tab Groups as a way to collect (and hide) YouTube videos for future viewing.
I had previously used the Pin Tab feature to collapse them, but Tab Groups allows you to have essentially unlimited videos that only take up a single favicon-sized space when collapsed.
- OneDeuxTriSeiGo 1y agoAs someone who somewhat does the same thing, I'd recommend just adding the youtube videos to playlists so that you can just close out the youtube tab and only keep the one with your playlist up. Like I slap all my interesting podcasts, tech videos, hobby related videos, conference talks etc in a "currently watching" playlist and it greatly cuts down on decision fatigue to just have it all thrown into a queue that you can just sit down and consume (with occasional reordering).
- chupasaurus 1y agoPinning tabs is very bad for YouTube because they are always rendered and thus always leaking.
- firefax 1y agoCan you elaborate on this? What does "always rendered" mean?
- chupasaurus 1y agoBasically they have a higher priority than regular tabs, mentioned here [0] in context of unloading and the same applies to execution scheduling. [0] https://hacks.mozilla.org/2021/10/tab-unloading-in-firefox-93/ https://hacks.mozilla.org/2021/10/tab-unloading-in-firefox-9...
- firefax 1y agoInteresting. Does this mean I should tell users to avoid pinning tabs when browsing in the Tor Browser Bundle? (Assuming they have set the slider to "safest" to disallow JS)
- chupasaurus 1y agoWith JS disabled only media files could cause a memory leak, so the "safest" option covers that.
- firefax 1y agoThanks!