Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. set txt to ""
  2. tell application "Safari" to tell window 1
  3. repeat with i from 1 to (count tabs)
  4. tell tab i to set txt to txt & "[" & i & "]: " & URL & linefeed
  5. end repeat
  6. end tell
  7. set the clipboard to txt
Add Comment
Please, Sign In to add comment