Wednesday, November 27, 2013

Disable Copy & Paste option on your Blogger


Many times you post precious content on your blog and you don't want anyone to just simply copy it and paste it somewhere else. 

So in this tutorial you will be able to know "How to remove copy & paste option from your blogger".




This is a very simple trick and requires a Java Script which I will provide to you. 
Just follow my given instructions and screenshots.


To do so,
1. Go to your blogger Dashboard and click on Layout.


2. Then click on Add Gadget.




3. Choose Html/Javascript From Popup Window



4. Now Copy and Paste below code into it.

<!--MBW Code -->
<!--mrwajih39tutz.blogspot.com-->
<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
}




5. After pasting the above code click on "Save" button and you are done!

facebook.com/mrwajih39.tuts


youtube.com/mrwajih39





Wajahat Hussain

This post is created by Wajahat Mahar. He is the owner of MrWajih39 Tutorials. He is managing 2 blogs and a Youtube channel from his living room since 3 years. He loves to wirte on web based tricks to share it.

1 comments:

 

Copyright @ 2014 Crack Your IDM!.

Designed by Wajahat Mahar & Sponsored By MrWaji39 Tuts