Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ram-nadella/80766fa68f6b689f69ca to your computer and use it in GitHub Desktop.
Save ram-nadella/80766fa68f6b689f69ca to your computer and use it in GitHub Desktop.
set all_urls to ""
tell application "Google Chrome"
set all_tabs to every tab in front window
repeat with each_tab in all_tabs
set all_urls to all_urls & URL of each_tab & return
end repeat
end tell
set output to all_urls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment