7 lines
133 B
AppleScript
7 lines
133 B
AppleScript
tell application "Orion"
|
|
tell front window
|
|
tell active tab
|
|
return URL
|
|
end tell
|
|
end tell
|
|
end tell |