/ 24.Feb.2008
I was going to write something in Applescript (after learning Applescript) to open a Safari page in Firefox. I found a somewhat dated example here which I updated slightly, and it works for me YMMV.
tell application "Safari"
activate
set my_URL to the URL in document 1
end tell
-- Convert Unicode Text of my_URL to Plain text
set my_URL to «class ktxt» of ((my_URL as string) as record)
tell application "Firefox"
activate
Get URL my_URL
end tell
quit
micro theme by seaofclouds, and powered with Mephisto Hosting by hostingrails.com
Sorry, comments are closed for this article.