Skip to content

Instantly share code, notes, and snippets.

@masnick
Created March 22, 2016 20:25
Show Gist options
  • Select an option

  • Save masnick/0e8206061309264df502 to your computer and use it in GitHub Desktop.

Select an option

Save masnick/0e8206061309264df502 to your computer and use it in GitHub Desktop.
Get the URL from the active Chrome tab/window for TextExpander
tell application "Google Chrome"
set frontIndex to active tab index of front window
set theURL to URL of tab frontIndex of front window
end tell
return theURL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment