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 "Google Chrome" | |
set found_video to false | |
set window_list to every window | |
repeat with the_window in window_list | |
if found_video is equal to true then | |
exit repeat | |
end if | |
set tab_list to every tab in the_window | |
repeat with the_tab in tab_list | |
if the title of the_tab contains "- YouTube" then |