Skip to content

Instantly share code, notes, and snippets.

View kerim's full-sized avatar

P. Kerim Friedman kerim

View GitHub Profile
@kerim
kerim / Chrome to Sente
Last active December 15, 2015 07:18 — forked from anonymous/Chrome to Safari
Open frontmost URL in Chrome in Sente's built-in browser
tell application "Google Chrome"
set the clipboard to (the URL of active tab of first window of application "Google Chrome") as text
end tell
tell application "Sente 6" to activate
tell application "System Events"
keystroke "t" using command down
keystroke "v" using command down
keystroke return
end tell