
Failed YWOT paste script
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