I previously discussed of how to disable right click on blogger.Its another more effective tricks to disable right click.You can take a look of previous post HERE
Go to your blogger dashboard
Go to design > edit HTML
now find the following code
I hope you have found the code now paste the following code just Before the searched code
Save your template and you are done
Disclaimer:always take the backup of your template before editing
Go to your blogger dashboard
Go to design > edit HTML
now find the following code
</head>
I hope you have found the code now paste the following code just Before the searched code
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/> <script type='text/javascript'> //<![CDATA[ $(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; }); }); //]]> </script>
Save your template and you are done
Disclaimer:always take the backup of your template before editing
0 comments:
Click Here To add Comment