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

13 lines
301 B
AppleScript

tell application "Zen Browser"
activate
delay 0.1
tell application "System Events"
keystroke "l" using command down
delay 0.1
keystroke "c" using command down
delay 0.1
key code 53 -- Press Escape key to deselect address bar
end tell
delay 0.1
return (the clipboard as text)
end tell