How to disable Ctrl U, Ctrl A, Ctrl C, and Disable Right Click on Blog
Baca Juga
Live Demo Here
This is a highly accurate way to keep the blog posts of people who like Copy-Paste and then post the article back on their blogs.
How to use in your blog:
1. Login to Dashboard blog
2. Go to Template ?? Edit HTML
3. Find code (press Ctrl + F to facilitate the search)
4. Replace code with the code below:
var obj0=document.getElementById("post12726060662087907533"); var obj1=document.getElementById("post22726060662087907533"); var s=obj1.innerHTML; var t=s.substr(0,s.length/2); var r=t.lastIndexOf("
"); if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+4);}
Thanks it worked on iworkngr.info
ReplyDelete