Guest User

Untitled

a guest
Apr 27th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <script>
  2. (function($) {
  3. setTimeout(function(){
  4. //alert('here');
  5. $(document).ready(function() {
  6. var video = $('.custom_youtube_params_vm iframe'),
  7. videoLink = video.attr('src');
  8. video.attr('src', videoLink + '&modestbranding=1&autohide=1&showinfo=0&controls=0');
  9. });
  10. //alert('ok');
  11. }, 300);
  12. })(jQuery);
  13.  
  14. </script>
Add Comment
Please, Sign In to add comment