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

5 lines
110 B
AppleScript

tell application "Brave Browser"
tell active tab of front window
return URL
end tell
end tell