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 "Safari" to tell front window to tell ¬ | |
| (first tab whose URL contains "youtube.com/watch?v=") to ¬ | |
| if it exists then do JavaScript [¬ | |
| "document", ¬ | |
| ".querySelector('div[class*=\"-mode\"]')", ¬ | |
| ".className", ¬ | |
| ".match(/(playing|paused|ended)-mode/)[1]"] as text |
NewerOlder