Skip to content

Instantly share code, notes, and snippets.

View doublenns's full-sized avatar

doublenns

  • Propense.ai
  • Dallas, TX
View GitHub Profile
@doublenns
doublenns / CountOpenSafariTabs.scpt
Last active May 24, 2020 17:09 — forked from edenwaith/CountOpenSafariTabs.scpt
AppleScript: Count the number of open windows and tabs in Safari
#!/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