I often find I have 10 browser windows (some firefox, some ie) running, each with multiple tabs. I'd like to be able to: 1) Consolidate all the URL's into a list, suitable for emailing 2) Merge all the tabs into one instance of either FF or IE
Anyone ever come across a utility like this, and if not, have any idea how a person might do something like:
for each browser as WebBrowser in allRunningApps
for each tab as browserTab in browser.Tabs
'do something with tab.url
next
next
EDIT: Ya I know you can get addons and what not to do some additional stuff with tabs, but thet is only marginally better than just manually copy/pasting links. I am looking for a script/code/utility solution that does everything in one fell swoop.