Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. set targetTime to "7:00:00 PM"
  2. repeat while (current date) is less than date targetTime
  3. tell application "Safari"
  4. repeat with i from (count of tabs of window 1) to 1 by -1
  5. set current tab of window 1 to tab i of window 1
  6. delay 20
  7. end repeat
  8. end tell
  9. return 10
  10. end repeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement