Skip to content

Instantly share code, notes, and snippets.

@cmsj
Created December 14, 2017 20:39
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 cmsj/72c4314ee3e5061811fe96ae9d30fc7a to your computer and use it in GitHub Desktop.
Save cmsj/72c4314ee3e5061811fe96ae9d30fc7a to your computer and use it in GitHub Desktop.
script = [[
tell application "Google Chrome"
set currentURL to URL of active tab of first window
end tell
return currentURL
]]
hs.applescript(script)
Returns:
true http://foo.com/bar/baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment