Skip to content

Instantly share code, notes, and snippets.

@jackrusher
Created July 14, 2022 08:18
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 jackrusher/a0b9daf226b74f9896e1ac939fb25470 to your computer and use it in GitHub Desktop.
Save jackrusher/a0b9daf226b74f9896e1ac939fb25470 to your computer and use it in GitHub Desktop.
#!/usr/bin/osascript
tell application "Chrome" to tell the active tab of its first window
reload
end tell
on run {input, parameters}
tell application "Chrome" to tell the active tab of its first window
reload
end tell
return input
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment