Skip to content

Instantly share code, notes, and snippets.

@drewdiver
Created May 12, 2020 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drewdiver/2edc3e5ad9a870e0f9b1e88d4a3e6a43 to your computer and use it in GitHub Desktop.
Save drewdiver/2edc3e5ad9a870e0f9b1e88d4a3e6a43 to your computer and use it in GitHub Desktop.
tell application "Safari"
set tabURL to the URL of the current tab of window 1
set tabName to the name of the current tab of window 1
set the clipboard to "<a href=\"" & tabURL & "\">" & tabName & "</a>"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment