Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

AppleScript Snippets

2 thoughts
last posted Sept. 25, 2016, 1:10 a.m.
0

Open a New Safari Window

tell application "Safari"
    make new document
    activate
end tell

1 later thought