Im sure there is a way to stop the copy function being enabled.
If someone wants it bad enough, they are going to get it. You can disable right clicks, encode the html etc etc but there are ways around it all if the site is producing content that the person wants to take.
Again for me it always comes down to ROI. If you are going on principle, that is up to the indivdual to decide.
<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>
pushkart said:...if you find your article, hit the webmaster up for a backlink
don't use full text rss .
you CAN change the settings from your admin panel on blogger.com
I have one blogI shocked when I saw My Article on other blog.Code:http://bloghacktips.blogspot.com
Anyone can have any Script for save article from Plagiarize
We get it, advertisements are annoying!
Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.