Skip to content

Instantly share code, notes, and snippets.

@kerim
Forked from anonymous/Chrome to Safari
Last active December 15, 2015 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerim/5221921 to your computer and use it in GitHub Desktop.
Save kerim/5221921 to your computer and use it in GitHub Desktop.
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
@kerim
Copy link
Author

kerim commented Mar 22, 2013

Found here: Sente Support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment