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
#!/usr/bin/env osascript | |
-- Original Author: Chad Armstrong | |
-- Source: https://gist.github.com/edenwaith/2213a764ccb091d6a03989f238efb63f | |
-- Description: Count the number of open windows and tabs in Safari | |
tell application "Safari" | |
--Variables | |
set windowCount to count of windows |