Created
March 20, 2017 14:50
-
-
Save chrisfromredfin/1bf115f4ec6d4b69e67654a091052dfa to your computer and use it in GitHub Desktop.
AppleScript - Safari close tabs to the right
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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