5 lines
110 B
AppleScript
5 lines
110 B
AppleScript
tell application "Google Chrome"
|
|
tell active tab of front window
|
|
return URL
|
|
end tell
|
|
end tell |