Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tell application "Safari"
- activate
- tell application "System Events"
- repeat 10 times
- repeat 5 times
- key down "#"
- key up "#"
- delay 0.02
- end repeat
- key down return
- key up return
- end repeat
- end tell
- end tell
Advertisement
Add Comment
Please, Sign In to add comment