5 lines
104 B
AppleScript
5 lines
104 B
AppleScript
tell application "Vivaldi"
|
|
tell active tab of front window
|
|
return URL
|
|
end tell
|
|
end tell |