Widget edited by super-bee

Thursday, August 16, 2012

Protect blogs from copy paste

Perhaps we are often annoyed when I saw that we make blog posts with patience, perseverance, and full of struggle suddenly appeared on other blogs, compounded by the Copas blog does not include the source,. But there are simple tricks that can make you not be copied bloga how to paste
1. Login to blogger 
2. Go to the Template
3. Click the Edit Html
4. Check the Expand Widget Templates and find the code </ head> by pressing CTRL + F on your browser
5. Copy-paste the following code ABOVE the code </ head>



<SCRIPT type="text/javascript">
    if (typeof document.onselectstart!="undefined") {
    document.onselectstart=new Function ("return false");
    }
    else{
    document.onmousedown=new Function ("return false");
    document.onmouseup=new Function ("return true");
    }
    </SCRIPT>
Save

So much from me, may benefit

No comments:

Post a Comment