New Disable Text Selection! - Stop Someone Copying From Your Website By Patricbensen

New Disable Text Selection! - Stop Someone Copying From Your Website By Patricbensen - is the information you are looking for, and in the blog All Specs Gadget we have provided her, all right in this article titled New Disable Text Selection! - Stop Someone Copying From Your Website By Patricbensen we will discuss it in full, in addition to the information we have also provided a lot of info about the latest gadgets and a wide range of tips and tricks that according to the gadget you are using, well please continue reading:

Articles: New Disable Text Selection! - Stop Someone Copying From Your Website By Patricbensen
Full Link : New Disable Text Selection! - Stop Someone Copying From Your Website By Patricbensen
Artikel advertising, Artikel best blog sites, Artikel blogger, Artikel blogger.com, Artikel bloggers, Artikel blogging, Artikel design, Artikel designs, Artikel internet marketing, Artikel online marketing, Artikel search engine, Artikel SEO, Artikel seo tools, Artikel template, Artikel templates, Artikel website ranking, Artikel what is a blog,

You can also see our article on:


New Disable Text Selection! - Stop Someone Copying From Your Website By Patricbensen

There is a difference between referring sites and just copying content from others websites. Creating an original content is art and everyone can learn it. Instead of just filling out your site's content, you can try to help a community with something original and creative. Although copying is basic phenomena and necessity, but in the world of internet, it is a serious crime.

Surely you can step forward and make sure your content or even its part is not being directly copied somewhere. At least you can reduce this percentage to almost half by disabling the copy command on your site. This is pretty simple but potentially very useful.

Google and other services keep searching websites for copied content and those websites may get banned or marked as spam.

Use below JavaScript code.

<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>

OR

<script type="text/javascript">
var dsblselect=["input", "textarea", "select"]
dsblselect=dsblselect.join("|")
function disableselect(e){
if (dsblselect.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>

Blogger

Go to Blogger Dashboard > Template > Click Add a Widget/Gadget >
HTML/JavaScript
Copy above code into it > Save

Wordpress

Go to WordPress Dashboard > Appearance > Widget > Add a New text Widget
Copy code into box > Save

That's It! Your site is now protected against copy paste on right click and with Ctrl+C command. 


Information New Disable Text Selection! - Stop Someone Copying From Your Website By Patricbensen has finished we discussed

says the article New Disable Text Selection! - Stop Someone Copying From Your Website By Patricbensen, we beharap be useful to you in finding repensi about the latest gadgets and long.

Information on New Disable Text Selection! - Stop Someone Copying From Your Website By Patricbensen has finished you read this article and have the link https://patricbensen.blogspot.com/2015/09/new-disable-text-selection-stop-someone.html Hopefully the info we deliver is able to address the information needs of the present.

0 Response to "New Disable Text Selection! - Stop Someone Copying From Your Website By Patricbensen"

Post a Comment