Skip to content

Instantly share code, notes, and snippets.

View rretsiem's full-sized avatar

René rretsiem

View GitHub Profile
@rretsiem
rretsiem / gist:4605557
Last active December 11, 2015 13:09 — forked from timarnold/gist:3151932
open currently open URL in Safari in Chrome - modified to use no "do shell" works in Applescript as well
--
-- open currently open URL in Safari in Chrome
--
property theURL : ""
tell application "Safari"
set theURL to URL of current tab of window 1
end tell
tell application "Google Chrome" to activate