I've got a page with a bunch of youtube iframes embedded. I'd like to stop all videos on the page from playing.
I have no control over the embed code, so I can't access the frames by id or class (although I can access them by referring to their parent div).
The iframes have not been embedded using the youtube API, so I can't use that either.