Anyone got this-
:arrow: copy selected text- of browser window- to clipboard
Pure applescript if possible. I don’t wan’t to “tell” my browser… can I do this through the finder or system events?
If the browser is the active window, and supports the standard keyboard shortcuts, then you could just do
tell application “System Events” to keystroke “c” using command down