Guest User

Untitled

a guest
Apr 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. -- Number of tab you want to refesh (leftmost == 1)
  2. set tab_number to 1
  3. set sleep_time to 2
  4.  
  5. repeat
  6. tell application "Safari"
  7. tell window 1
  8. tell tab tab_number
  9. set URL to URL
  10. end tell
  11. end tell
  12. end tell
  13. delay sleep_time
  14. end repeat
Add Comment
Please, Sign In to add comment