7 lines
131 B
AppleScript
7 lines
131 B
AppleScript
tell application "Arc"
|
|
tell front window
|
|
tell active tab
|
|
return URL
|
|
end tell
|
|
end tell
|
|
end tell |