michaellevelup

Disable right click audio download

Apr 13th, 2022
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <script>
  2.     (function($){
  3.         $(document).on('contextmenu', 'audio', function() {
  4.             return false;
  5.         })
  6.     })(jQuery);
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment