tell application "Safari" | |
make new document at end of documents with properties {URL:"https://mail.google.com/mail/u/0/#inbox"} | |
tell window 1 | |
make new tab at end of tabs with properties {URL:"https://mail.google.com/mail/u/1/#inbox"} | |
end tell | |
end tell |