#open websites in tabs with firefox
set list_Sites to {"http://www.google.at", "http://www.yahoo.com"}
tell application "Firefox"
activate
repeat with a in list_Sites
do shell script "open -a Firefox" & space & quoted form of a
end repeat
end tell
No comments:
Post a Comment