ababup1192
2/17/2015 - 12:36 AM

apple danger script!!

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