Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save phamquocbuu/15c54796846b18cd1e30de9478d56a70 to your computer and use it in GitHub Desktop.
Save phamquocbuu/15c54796846b18cd1e30de9478d56a70 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