Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set userBrowser to "Safari"
- display dialog "This application will paste the clipboard into YWOT.
- Select the block you want to paste it into on YWOT!"
- tell application userBrowser
- activate
- tell application "System Events"
- keystroke (the clipboard)
- end tell
- end tell
- return
Advertisement
Add Comment
Please, Sign In to add comment