Skip to content

Instantly share code, notes, and snippets.

@ckunte
Created October 3, 2015 01:33
Show Gist options
  • Save ckunte/53ed99fe43761541025b to your computer and use it in GitHub Desktop.
Save ckunte/53ed99fe43761541025b to your computer and use it in GitHub Desktop.
Get URL and title from Safari's active tab -- useful for inserting hyperlinks
--- Get URL and title from Safari's active tab -- useful for inserting hyperlinks
tell application "Safari" to get the URL of the front document & " \"" & name of the front document & "\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment