Skip to content

Instantly share code, notes, and snippets.

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 kevin-funderburg/2f25e0072500d8e24dec9b274ab8102a to your computer and use it in GitHub Desktop.
Save kevin-funderburg/2f25e0072500d8e24dec9b274ab8102a to your computer and use it in GitHub Desktop.
Duplicate current Safari tab.
tell application "Safari"
tell front window
set theURL to URL of current tab
set current tab to make new tab with properties {URL:theURL}
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment