Skip to content

Instantly share code, notes, and snippets.

Created July 2, 2014 18:14
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 anonymous/32f12d721e412e896918 to your computer and use it in GitHub Desktop.
Save anonymous/32f12d721e412e896918 to your computer and use it in GitHub Desktop.
Private Safari Open
tell application "Safari"
activate
end tell
tell application "Safari"
activate
end tell
tell application "System Events"
tell process "Safari"
tell menu bar 1
click menu bar item "File"
tell menu "File"
click menu item "New Window"
end tell
end tell
end tell
end tell
tell application "System Events"
tell process "Safari"
tell menu bar 1
click menu bar item "Safari"
tell menu "Safari"
click menu item "Private Browsing"
end tell
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment