Frogger3140

Failed YWOT paste script

Jan 14th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set userBrowser to "Safari"
  2.  
  3. display dialog "This application will paste the clipboard into YWOT.
  4.  
  5. Select the block you want to paste it into on YWOT!"
  6.  
  7. tell application userBrowser
  8.     activate
  9.     tell application "System Events"
  10.         keystroke (the clipboard)
  11.     end tell
  12. end tell
  13.  
  14. return
Advertisement
Add Comment
Please, Sign In to add comment