Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

Thursday 20 February 2014

Disabling Right Click On Blog

No comments :

Hello Friend's
If you are an owner of a BLOG/WEBSITE then you always try to prevent other leecher bloggers from copying your content from the blog,You might
have written an article with great effort and after consuming so much time and some other blogger just COPY ALL OF IT and PASTE IT IN HIS OWN BLOG
without a backlink then you should DEACTIVATE Right Click by using JAVASCRIPT ( Well it will not let the leeching stops but come in handy ).

STEPS :

1) Go to your Blogger Dashboard and then click on layout
2) Now Click on Add Gadget And Then Select Html/JavaScript from the list
3) Now just Copy the Code written below and paste it in Html/JavaScript Dialog Box And Click Save
<!--MBW Code-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!--Code End http://sec4track.blogspot.com>
Feel free to give us your precious feedback :) 
Read More