EduardET

Untitled

Jun 28th, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.  
  5.         var $video = $('.et_pb_video video');
  6.  
  7.         $video.each(function() {
  8.             $(this).attr('controlsList', 'nodownload');
  9.         });
  10.  
  11.         $video.contextmenu(function() {
  12.             return false;
  13.         });
  14.  
  15.     });
  16. })(jQuery);
  17. </script>
Advertisement
Add Comment
Please, Sign In to add comment