vOOice/VoiceInk/Resources/operaURL.scpt
2025-02-22 11:52:41 +05:45

5 lines
102 B
AppleScript

tell application "Opera"
tell active tab of front window
return URL
end tell
end tell