Skip to content

Instantly share code, notes, and snippets.

@ababup1192
Created February 17, 2015 00:36
Show Gist options
  • Save ababup1192/ad948ec615008ee1544d to your computer and use it in GitHub Desktop.
Save ababup1192/ad948ec615008ee1544d to your computer and use it in GitHub Desktop.
apple danger script!!
repeat 10 times
tell application "Safari"
tell window 1
set current tab to (make new tab with properties {URL:"http://google.com"})
end tell
end tell
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment