Post

Replies

Boosts

Views

Activity

Reply to Is it possible to get all URL of Safari/Chrome open tabs?
You can get all the URL's for all tabs: tell application "Google Chrome" activate set theWindows to windows repeat with theWindow in theWindows set theTabs to tabs of theWindow repeat with theTab in theTabs set theURL to URL of theTab log theURL end repeat end repeat end tell Don't know how to check for audio state. It is possible to fire off a small JavaScript on each page. So if you can check that with JS that would be an option.
Dec ’23