Skip to content

Instantly share code, notes, and snippets.

@viktorkelemen
Created May 2, 2012 09:46
Show Gist options
  • Save viktorkelemen/2575598 to your computer and use it in GitHub Desktop.
Save viktorkelemen/2575598 to your computer and use it in GitHub Desktop.
Reload the active tab in Chrome with AppleScript
tell application "Google Chrome"
reload active tab of window 1
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment