Copy all tabs names and URL's

Hey!

I’d like to introduce you to my brand new macro that can save all names and URL’s of open tabs to clipboard. It’s quite usefull and I hope that you’ll like it and check it out in yours everyday workflow!

It was published on my blog, it’s in polish language. At the end of a text you can find a download link.

Here’s a blog post: http://wp.me/p4j22b-1N2

Enjoy!

1 Like

Hey Kuba,

Give this one a try.

set AppleScript's text item delimiters to linefeed
tell application "Safari"
    set the clipboard to (URL of every tab of (every window where its document is not missing value)) as text
end tell

Best Regards,
Chris