vOOice/VoiceInk/Resources/firefoxURL.scpt
2025-02-24 19:32:34 +05:45

13 lines
230 B
AppleScript

tell application "Firefox"
activate
delay 0.1
tell application "System Events"
keystroke "l" using command down
delay 0.1
keystroke "c" using command down
end tell
delay 0.1
return (the clipboard as text)
end tell