michaellevelup

Disable right click for videos

Jan 16th, 2023
513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     (function($){
  3.         $(document).on('contextmenu', 'video', function() {
  4.             return false;
  5.         })
  6.     })(jQuery);
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment