Disable Rightclick and context menu for copyright reasons
General Discussion
3
Posts
2
Posters
533
Views
1
Watching
-
Hi, its just for the search here and general information if someone need to disable the right click on their page without using a plug in for this.
just navigate to to Lay Options -> Custom CSS and HTML, scroll down to Custom HTML at bottom and insert that code and voila. No option to steal your images for normal users.
<script type="text/javascript"> jQuery(document).ready(function () { //Disable cut copy paste jQuery('body').bind('cut copy paste', function (e) { e.preventDefault(); }); //Disable mouse right click jQuery("body").on("contextmenu",function(e){ return false; }); }); </script> -
u can still open the inspector using the toolbar in chrome or safari though
-
u can still open the inspector using the toolbar in chrome or safari though
@arminunruh true, but the regular user dont use the inspector to download images. i would say this prevents 95% of downloading images. i just feel better with no context menu
-
A Alex F referenced this topic on
Online Users
Forgot your key, lost your files, need a previous Lay Theme or Addon version?
Go to www.laykeymanager.com