!!! Disable Right Click On Blogger !!!
So today in this article I decided to share my views on Disable Mouse Right Click Button on Blogger Blog, we are sharing the latest and updated javascript that will protect your work from copycats..
So today in this article I decided to share my views on Disable Mouse Right Click Button on Blogger Blog, we are sharing the latest and updated javascript that will protect your work from copycats..
- Go To Your Blog
- Click on Layout
- Select HTML/javascript
- Paste following Code into it
<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script>
<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>
If you want to change the alert message you just by simply chaning the “Function disabled” text in the above script.
By Using this Script you can protect your Images and Copyrights Content from Being Use in Other Websites..So thats it guys share it so that your friends can too protect their work if you really care about them because sharing is caring .
If you really enjoyed reading you can leave your feedback in the comments section below
<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>
- Enter Title & Save it
- Refresh to see Changes into your Blog
If you want to change the alert message you just by simply chaning the “Function disabled” text in the above script.
By Using this Script you can protect your Images and Copyrights Content from Being Use in Other Websites..So thats it guys share it so that your friends can too protect their work if you really care about them because sharing is caring .
If you really enjoyed reading you can leave your feedback in the comments section below
EmoticonEmoticon