Script Disable Right click

Rean Computer Science
0
Image result for script disable right click



1. go to blogger→theme→Edit HTML

2.Press Ctrl+F and search <head>

3.Paste the the code below under <head>



<script type="text/javascript">



//below javascript is used for Disabling right-click on HTML page

document.oncontextmenu=new Function("return false");//Disabling right-click



</script>



4.click save theme.
Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !