Skip to content

Instantly share code, notes, and snippets.

@quangtqag
Created July 7, 2016 02:16
Show Gist options
  • Save quangtqag/cf6276b68105a6ef43fd134750f54f0f to your computer and use it in GitHub Desktop.
Save quangtqag/cf6276b68105a6ef43fd134750f54f0f to your computer and use it in GitHub Desktop.
dispatch_async(dispatch_get_main_queue(), ^{
NSString *script = @"var videos = document.querySelectorAll(\"video\"); for (var i = videos.length - 1; i >= 0; i--) { videos[i].pause(); };";
[_webTrailer stringByEvaluatingJavaScriptFromString:script];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment