Copy All Tabs Between Safari
Have you ever wanted to copy a bunch of tabs from one Safari window to another (without using copy and paste), if you have hopefully you will enjoy this script. One would think a little task
like this would be easy with AppleScript and Safari (being Apple’s own web browser and all), but it is not.
The scripting abilities of Safari are pathetic, I was only able to write this script
because of the generic GUI scripting ability of OS X which is not very fun or easy. If
you care about interacting with Safari via AppleScript write Apple and ask them
to flesh out the AppleScript Dictionary of Safari.
right click here to save to disk
updated on 02/03/2006
- Thanks to Rob Griffiths over at Mac OSX Hints for pointing out that the script did not work. At one spot in the script I had ‘group’ instead of ‘groups’.
