Skip to content

Instantly share code, notes, and snippets.

@ryanbriones
Created February 17, 2009 15:13
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 ryanbriones/65776 to your computer and use it in GitHub Desktop.
Save ryanbriones/65776 to your computer and use it in GitHub Desktop.
(*
Open New Webkit Window.scpt
Open a new Webkit window in the current space
Used in conjunction with Quicksilver
*)
tell application "System Events"
if (count (processes whose name is "Webkit")) is 1 then
tell application "WebKit" to make new document
end if
tell application "WebKit" to activate
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment