Overcoming Tab Overload
11–20 of 240 posts
Re: Overcoming Tab Overload
#12Is it ironic that I opened this in a tab? I'd like a browser function that says "open a text file and save all the URLs"
tell application "Chromium"
set tabCount to get count every tab of window 1
repeat with i from 1 to tabCount
set currentUrl to get URL of tab i of window 1
end repeat
end tellRe: Overcoming Tab Overload
#13If the browser prompted me to "archive" a tab after a few days and select a category, I'd probably use the functionality.
Re: Overcoming Tab Overload
#14Re: Overcoming Tab Overload
#15When I’m digging deep into something new I might end up with 20 tabs, but a) it’s an exception and b) the moment I can see no more value I just close them all down and reset.
Re: Overcoming Tab Overload
#16Is it ironic that I opened this in a tab? I'd like a browser function that says "open a text file and save all the URLs"
Re: Overcoming Tab Overload
#17I rarely have more than half a dozen tabs open. And that's if I'm busy. Normally it's one or two -- whatever it is that I'm currently working on.
And at the end of the day -- all closed. History and cache cleared. Start clean the next day.
Re: Overcoming Tab Overload
#18Ill have a tree of tabs for blogs im reading, a tree for work stuff, a tree for amazon orders, etc. All that context can be closed in a single click. Ill have hundreds of tabs open (but asleep!) and just pick the tree im interested in. Dont need to save bookmarks or save articles for later - they are all there always.
Re: Overcoming Tab Overload
#19So weird to me. I think this every time I read about browser tabs, organization strategies, etc. I rarely have more than half a dozen tabs open. And that's if I'm busy. Normally it's one or two -- whatever it is that I'm currently working on. And at the end of the day -- all closed. History and cache cleared. Start clean the next day.