Guest User

Untitled

a guest
Jan 19th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. on run
  2. tell application "System Events"
  3. tell process "Notification Center"
  4. set theseWindows to every window
  5. display notification (count of theseWindows)
  6. end tell
  7. end tell
  8. end run
Add Comment
Please, Sign In to add comment