0% found this document useful (0 votes)
97 views1 page

Steps To Implement To Blogger

The document provides steps to disable copying of text from blogs hosted on Blogger. It involves going to the blog dashboard, adding an HTML/JavaScript gadget, and pasting code that calls external APIs and uses JavaScript functions to disable selection and copying of content on mouse events. Once added, the code prevents users from selecting and copying text from the blog.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
97 views1 page

Steps To Implement To Blogger

The document provides steps to disable copying of text from blogs hosted on Blogger. It involves going to the blog dashboard, adding an HTML/JavaScript gadget, and pasting code that calls external APIs and uses JavaScript functions to disable selection and copying of content on mouse events. Once added, the code prevents users from selecting and copying text from the blog.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Steps to implement to Blogger (Disable Copying Text):

1. Go to Dashboard > Select the blog where you would like to implement
the code
2. Go to Layout > Add a Gadget > Select HTML/JavaScript gadget
3. Paste the following code in the box:
<script src='demo-to-prevent-copy-paste-onblogger_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>

4. You are done!!! Check out how it works.


Note: The above code can also be placed between <head> & </head>

Final Words:
So thats the small and effective trick to protect your content from copycats.
Soon we will write more articles to protect your content so Stay Tuned!
Share this post with your friends and drop your views in comments till then
Peace, Blessings and Happy Blessings.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy