Stop Stealing your valuable content from your website

You create your content creatively but someone steal your content

without giving you credit how will you feel?? I know it's so bad feeling because I felt it several times.

There are several ways to stop copying your content from your website. In WordPress, you can easily do it by installing a plugin. But in Blogger you can't install any plugins to stop copying. So you need some manual coding to stop copying from your Blog or any kind of websites.

I will show you two methods today.

  1. Using JavaScript code
  2. Using CSS
If you follow my instruction carefully you will see the magic that you can't mark your content as a viewer. So that any no one can copy your content. In another tutorial, I will show you how you can bypass non-copyable content.😂
JavaScript method:

  1. At First Login in your Blogger account. From the Left sidebar click on the "Layout" option.
  2. Then click "Add a Gadget"

  3. From Gadget list select "HTML/JavaScript"

  4. Then leave "Title" box blank or you can put any text you want and copy the code from below and paste it inside the "Content" box.

  5. Click save
if(typeof document.onselectstart!="undefined" ) {document.onselectstart=new Function ("return false" ); } else{document.onmousedown=new Function ("return false" );document.onmouseup=new Function ("return false"); }

 

CSS method:

  1. At First Login in your Blogger account. From the Left sidebar click on the "Theme" option.
  2. Click on three-dot that I marked as 2.

  3. From there, click on “Edit HTML”.

  4. Find the CSS part from there, then copy the code below into "body {}" ) Paste, then click on Save.
    fig: Before pasting the CSScode

    fig: After pasting the CSS code

body { user-select: none !important; -moz-user-select: -moz-none !important; -webkit-user-select: none !important; -ms-user-select: none !important; } .post-body blockquote, .post-body pre, .post-body code { user-select: text !important; -webkit-user-select: text !important; -ms-user-select: text !important; -moz-user-select: text !important; }

NB. Both methods can be applied to any kind of websites you want. Just put JavaScript code in Head of the HTML code of that particular website or you can put CSS code in CSS file.




মন্তব্যসমূহ

Archive

যোগাযোগ ফর্ম

প্রেরণ