Skip to content

Instantly share code, notes, and snippets.

@lawrencejones
Created February 9, 2014 22:21
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lawrencejones/8906909 to your computer and use it in GitHub Desktop.
Save lawrencejones/8906909 to your computer and use it in GitHub Desktop.
Applescript to refresh Google Chrome
tell application "Chrome" to tell the active tab of its first window
reload
end tell
@VictorTaelin
Copy link

(y)

@simurgh9
Copy link

ten years later, still works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment