Skip to content

Instantly share code, notes, and snippets.

@kbrock
Created June 2, 2009 06:00
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 kbrock/122089 to your computer and use it in GitHub Desktop.
Save kbrock/122089 to your computer and use it in GitHub Desktop.
--applescript
tell application "Safari"
activate
set google_tab to current tab of first window
-- google currently open in the screen
tell google_tab
do JavaScript "document.f.q.value='mac ruby'"
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment