Skip to content

Instantly share code, notes, and snippets.

@821760408-sp
821760408-sp / openInChrome.AppleScript
Last active June 23, 2016 06:30 — forked from anonymous/gist:5575774
Open any link in Safari in Chrome
--
-- open currently active Chrome tab with Safari
-- forked from https://gist.github.com/3151932 and https://gist.github.com/3153606
--
property theURL : ""
tell application "Safari"
set theURL to URL of front document
end tell
if appIsRunning("Google Chrome") then