Is there any java script to protect the blog content from being copied or stolen then please let me know.... i want to disable right click n also disable copying of textual content of all posts in my blog, for all browsers ( chrome, opera, firefox & IE )... Help me...
You can use at least that: <div ondragstart="return false" onselectstart="return false"> ...your content here... </div> Then you should disable Cntrl + A pressing. But there still will be options to use "Save as" and save your page locally and then open in notepad and copy everything. And crawlers can copy your content anyway. You can use copyscape.com or similar - they provide monitoring service too. So if your content will be republished somewhere - you will now that. And you could contact those people and demand to remove your content or otherwise you will contact Google to report about stolen content etc
You can't really protect your content because as long as your data is loaded into the browser, anyone can copy them. By turning javascript, for example, would disable all the protections. For me, those protections are somewhat annoying. (at least for me) All popular blogs out there didn't protect their content either. So, keep posting good content, those copycats couldn't do anything but watch you grow. Cheers