Installing anti right-click on the blog (Avoid copy-paste)







What is the function and purpose of the anti-click-right ?? Yes, anti-right click is actually one of the tricks that the visitors of the blog page is not possible to copy-paste. This trick we functioned so right-click on the blog on the disabled. Well, just go ahead. please follow the steps below ... 

  • Login first to Blogger.com
  • From the Dashboard page, please go to Layout> Edit HTML
  • Then look for the <body> (with the help of press Ctrl + F or F3)
  • Add the following code into the code before, or it could be in exchange for all 

    Oncontextmenu = 'return false' (to turn off the right mouse click) 
    Onmousedown = "return false" (to turn off the click blocks down) 
    Onselectstart = 'return false' (to turn off the selection block) 
    Pnkeypress = 'return false' (to turn off the keyboard keys) 

    Example: <body oncontextmenu = "return false;">

    If so, the Save Template your blog and see the results ...

Previous
Next Post »