Friday, January 9, 2015

How to disable Right click in Blogger blogspot .. how To Protect your photos ..

For fear of being looted, some bloggers often express the desire to prevent the right mouse click on their website. This key, in normal times, have access to the copy function.
The operation that I present is very simple and very fast. We will see together.
Then we will allow us to say what we think.


First go to template in your blogger dashboard
and choose Edit HTML

then click CTRL+F and serch for <Head>
and paste this code just after :

<script type='text/javascript'>
// <![CDATA[
function nodroit()
{
alert('Right click disable');
return(false);
}
document.oncontextmenu = nodroit;
// ]]>
</script>


save ..it's done ..

it's done. It was very fast and now every time someone wants to right click on your site there will be a small pop-up display "Right click Disable". [Of course, if you prefer, you can put another message in the code that has been presented to you.]

Are you protected against copying your images?
Unfortunately not, admittedly.

Prints button keypad screen allows you to retrieve a copy of the screen.
Images are anyway stored in the temporary files of each position. It is within the reach of any informed browser.
Some browsers (Firefox) allow to drag / drop the image on the desktop.


Finally, it is unfortunate that it removes access to all other functions of the right click (and not only the Copy / Paste).

In the next tutorial we will see how to disable the copy-paste in your blog blogspot.

Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

0 comments

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

 
Posts RSSComments RSSBack to top
© 2015 Net Explain ∙ Designed by BlogThietKe
Released under Creative Commons 3.0 CC BY-NC 3.0