Home » » Disable Right Click Function in Blogger/Worpress

Disable Right Click Function in Blogger/Worpress

Written By Blogs Pr 2 on Friday, December 6, 2013 | 2:26 AM

Disable Right Click Function

Hey Guys! Now a days most of the people stealing contents from others blogs to his blog by copying their content. it's illegal to copying content material from other people. For example you write a individual post on your blog by fantastic struggle and challenging work in some hours or days and a person copy your content from your weblog in paste it into his blog then you will absolutely make an anger on that particular person.
Therfore today i brought a excellent anti copying content material method for you.




For Blogger you have to do this


Step 1. Go to blogger Dashboard > Layout > Add a Gadget > HTML / JavaScript.
Step 2. Copy the following below Codes which you preferred and paste it in that blogger widget.
Step three. Save the HTML /JavaScript and view your blog.


For Word Press you have to do that


Step 1. Go to Wordpress Dashboard > Look > Widget > Text Widget.
Step 2. Copy the following under Codes which you preferred and paste it in that Wordpress widget.
Step three. Save the HTML /JavaScript and view your weblog.


Disable Proper Click Funtion With Message


You can modify "Proper Click Disabled" dialogue with your own selection by search by typing Ctrl + F.

<script language=JavaScript>
//Disable proper mouse click Script
// http://yobloghelper.blogspot.com
var message="Right Click Disabled!"
function clickIE4()
if (occasion.button==two)alert(message)
return false
function clickNS4(e)document.getElementById&&!document.all)
if (e.which==2
if (document.layers)
document.captureEvents(Event.MOUSEDOWN)
document.onmousedown=clickNS4
else if (document.all&&!document.getElementById)
document.onmousedown=clickIE4
document.oncontextmenu=new Function("alert(message)return false")
// -->
</script>

 Disable Right Click Funtion With no Message


<script language=JavaScript>
<!--
//Disable correct mouse click Script - No alert
// http://yobloghelper.blogspot.com
var message=""
function clickIE() if (document.all) (message)return false
function clickNS(e)
if (document.layers)
document.captureEvents(Event.MOUSEDOWN)document.onmousedown=clickNS
elsedocument.onmouseup=clickNSdocument.oncontextmenu=clickIE
document.oncontextmenu=new Function("return false")
// -->
</script>

Title: Disable Right Click Function in Blogger/Worpress
Rating: 910109 Votes
Posted by: Admin Updated at: 2:26 AM

0 comments:

Post a Comment