Type Here to Get Search Results !

How to disable copy and paste functionality on your Blogger / WordPress website, 100 Percent working

 Disable copy and paste functionality / 100 Percent working


<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 false"); }

</script>


To implement the disable copy and paste functionality on your Blogger blog, follow these steps:

1. Open Blogger:
   - Log in to your Blogger account.

2. Go to 'Layout' and click on 'Add a Gadget':
   - Navigate to the 'Layout' section of your Blogger dashboard.
   - Click on 'Add a Gadget' where you want to add the disable copy and paste functionality.



3. Select 'HTML/Javascript Gadget':
   - From the list of available gadgets, select the 'HTML/Javascript' gadget.

4. Paste the provided code directly into the gadget:
   - Copy the provided code snippet.
   - Paste the code directly into the 'HTML/Javascript' gadget.



5. Save the gadget and visit your blog to see live changes:
   - Save the changes made to the gadget.
   - Visit your blog to see the disable copy and paste functionality in action.


Post a Comment

0 Comments