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

7 lines
135 B
AppleScript

tell application "Safari"
tell front window
tell current tab
return URL
end tell
end tell
end tell