Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save chrisfromredfin/1bf115f4ec6d4b69e67654a091052dfa to your computer and use it in GitHub Desktop.

Select an option

Save chrisfromredfin/1bf115f4ec6d4b69e67654a091052dfa to your computer and use it in GitHub Desktop.
AppleScript - Safari close tabs to the right
tell window 1 of application "Safari"
close (tabs where index > (get index of current tab))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment