Probier mal dieses Script

Show Plain Text
  1. tell application "Safari"
  2.   repeat with aTab in tabs of window 1
  3.     set currentURL to URL of aTab
  4.     if currentURL is not missing value then set URL of aTab to currentURL
  5.   end repeat
  6. end tell
----------
Gruss

Stefan