Showing posts with label Block Copy Paste in Blogspot. Show all posts
Showing posts with label Block Copy Paste in Blogspot. Show all posts

Friday, 16 December 2016

How to Turn off the Ctrl + U, Ctrl + A, Ctrl + C, Ctrl + P, Ctrl + F, Ctrl + S, F12 and Disable Right Click on Blog ~ AwsTechNix

Lately a lot of plagiarism and make sure the bloggers fret anyway. Some of the most popular today are stealing posts/articles other blogs and changed his own name. If you are already somewhat proficient, the template steals other people's blogs. If it thieves continuously, our blog may be considered spam by google or other search engines. Well, this time AwsTechNix is sharing tips so that your blog is not easy to enable Copy-Paste (copy-paste). After a long time does not make the post itself now is a great time


First of all, we will get to know the mode of thieves/plagiarism.


Usually, the thieves do these things to steal:

If you would steal them open blog template is usually the victim and press CTRL-U That will show your source code templates. Now living in a little edit the template will be his victim.


If you would steal the contents of the article, they will make a copy of our article and would copy-paste in his blog. If he did not paste the source of what to include. but if you are naughty, they will not include the source, even above named he wrote. Usually, they see themselves using Right Click and CTRL-C, also can use CTRL-A


Reproduction illustrations RIGHT CLICK


Immediately. Here's how:


1. As usual, you Log In first Blogger.
2. Choose a template / Edit HTML on the Draft TAB.
3. Then you find the code (For ease of reference, press CTRL+ F on your keyboard).
4. Now replace that code with the code below.
5. Click the preview first if you want to make sure the script above works what does not.
6. If you've Save Template.


For additional course:

~ Oncontextmenu = 'return false;' (Function to disable right click / right click on the mouse)
~ OnKeyDown = 'return false;' (Function to disable CTRL + A and CTRL + U on the keyboard)
~ Onmousedown = "return false;" (Serves to turn off the block select the text/article)
~ 'return false;' (To enable scripts used)


For example, we just want to disable CTRL-U on the blog, then the script is inserted just this:

<body onkeydown='return false;'>

Whatever you wear that anywhere, just select. The most important thing when you edit the script you must be observant



Block copy paste in Blogspot ~ AwsTechNix

How to Disable Copy Paste In Blogger Blog?

Even as we know in this kind of technical World everyone desires to be Online along with Run as quick as the rabbit in these Daily growing Technology. But daily Tons of Articles Publish on Web Via Blogger, Wordpress, Facebook, Twitter and much more Social Media Sites and Blogging platforms. But Do you think the Content you Published with your Online Portal is Safe or not. There are a lot of visitors who just visit for Verifying and Comparing your Contents. These are so many peoples who wish to be a Finest Blogger in a short time span. So, In this Tutorial My goal is to share a Finest Tip Ever to Disable or Banned the Copy Paste Option Through your Site to protect them from Copycats who copy your whole contents.


How to Implement?



  • Just follow the below simple steps to disable copying option on your blogger's blog.
  • Go to Blogger Account >>> Blogger Dashboard
  • After Selecting "Layout" Tab will Open. Click On "Add a Gadget".
  • Now again a New Window will Open. Here select "HTML/JavaScript"
  • Give Title as "Do not Copy Paste" and Paste Below Code in Content Area.




<!-- start disable copy paste --><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><!-- End disable copy paste -->



Now Save the open window you are almost done!