Subscribe For Free Updates!

We'll not spam mate! We promise.

Saturday 3 August 2013

How To Disable Text Selection In Blogger



disable text selection in blogger


In this post I will tell you how to stop copy text from your blog or how to disable text selection in blogger.Ways to stop (though not really fully prevent) content copiers via duplication your content articles or resources. Here’s another added gauge you can decide on help it become also trickier to allow them to plagiarize your products: stop these via picking or mentioning your text message.

Follow the easy steps:

Step 1: Login to your blogger account and go to Layout option in left side Menu.

Step 2: Click on Add a gadget.

Step 3: Select HTML/JavaScript

Step 4: Copy the following Code and paste into Box.

" <script type="text/javascript">

/***********************************************
* Disable select-text script- © blogger2wordpress.blogspot.com
* This notice MUST stay intact for legal use
* Visit http://blogger2wordpress.blogspot.com for full source code
***********************************************/

//form tags to omit in NS6+:
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>   "

Step 5: Then Click on Save and go to your blog and try to selecting.


Search tag: disable copy pasting in blogger, disable text selection in blogger, stop selection of text in blogger, stop copying from blogger,

Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: ITmaza

0 comments:

Post a Comment