Skip to content

Instantly share code, notes, and snippets.

@yaodong
Created April 2, 2015 16:07
Show Gist options
  • Save yaodong/d41bf018e03fbba3e913 to your computer and use it in GitHub Desktop.
Save yaodong/d41bf018e03fbba3e913 to your computer and use it in GitHub Desktop.
focus on page from address bar
on alfred_script(q)
tell application "Google Chrome"
set theURL to "javascript:"
set URL of active tab of window 1 to theURL
end tell
end alfred_script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment