How to close right click

XenForo How to close right click

Compatible XF Versions
2.2
Put the code in the desired section:
Java:
<script>
$(document).bind('copy', function(e){
      return false;
    });
</script>
<script>
$(document).bind('copy', function(e){
      alert('Warning! Copying the contents of the xnforo.ir...
You do not have permission to view the full content of this resource. Log in or register now.
Author
AynaZ
Views
First release
Last update
Rating
4.50 star(s) 2 ratings
Back
Top Bottom