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

5 lines
111 B
AppleScript

tell application "Microsoft Edge"
tell active tab of front window
return URL
end tell
end tell