Advertisement
Guest User

Untitled

a guest
Sep 28th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tell application "GrowlHelperApp"
  2.    
  3.     set the allNotificationsList to ¬
  4.         {"pyLoad Download Preparation"}
  5.    
  6.     set the enabledNotificationsList to ¬
  7.         {"pyLoad Download Preparation"}
  8.    
  9.     register as application ¬
  10.         "pyLoad Download Preparation" all notifications allNotificationsList ¬
  11.         default notifications enabledNotificationsList ¬
  12.         icon of application "/Users/kriese/Pictures/Icons/PMLeechOn.icns"
  13.    
  14.     notify with name ¬
  15.         "pyLoad Download Preparation" title ¬
  16.         "pyLoad Download Preparation" description ¬
  17.         "Look out for CAPTCHA Input." application name "pyLoad Download Preparation"
  18.    
  19. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement