Create HTML link from Safari Tab
August 9th, 2008 by Jim
My second script has been completed, this one actually works.
tell application “Safari” set currentTab to current tab of window 1 set tabName to name of currentTab set tabURL to URL of currentTab set the clipboard to (“<a href=” & tabURL as text) & [...]