Skip to content

Instantly share code, notes, and snippets.

View smithua's full-sized avatar
🏠
Working from home

Oleksandr Fesenko smithua

🏠
Working from home
View GitHub Profile
tell application "Google Chrome"
set tab_list to every tab in the front window
repeat with the_tab in tab_list
set the_url to the URL of the_tab
tell application "Safari" to open location the_url
end repeat
end tell