This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Firefox" | |
activate | |
set safariWindows to getSafariWindows() of me | |
repeat with w in safariWindows | |
set newTabURLs to takeSafariTabURLs(w) of me | |
repeat with tabURL in newTabURLs | |
open location tabURL | |
delay 0.5 | |
end repeat | |
tell application "System Events" to keystroke "n" using command down |