Tag Archive for 'How To'

Create HTML link from Safari Tab

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) & [...]