Skip to content

Instantly share code, notes, and snippets.

View CorgFather's full-sized avatar

David C CorgFather

  • Apex, NC
  • 17:20 (UTC -04:00)
View GitHub Profile
--
-- open currently active Chrome tab with Safari
-- forked from https://gist.github.com/3151932 and https://gist.github.com/3153606
--
property theURL : ""
tell application "Google Chrome"
set theURL to URL of active tab of window 0
end tell
if appIsRunning("Safari") then