Protection of text from copying



  • Anyway, I know there's a lot of ways to protect you from distributing, putting it in the text or removing the text when copying, but it's not appropriate, because the text still remains on the page and it's quite simple. I'd like to say that this protection is needed for a website with the authorization of various works, that is, it is necessary to protect a fairly large piece of text. Saw on some sites transform the text into a picture, but I didn't see how it was implemented, I'd appreciate it if I made assumptions as it was done. As a matter of fact, if it is possible to get the text to the site without copying, it can be through a window of the type of flush play, or as described above through pictures. I'm still aware of the basic basis for the looting of sites, so I'd like to know which side to copy and what language of programming would be appropriate for this task, JavaScript, or what?



  • If you're talking about the browser, you're not gonna do anything, because from the console of the developer, this whole site can be sorted into pieces, and you can copy a page on the disk and take it to pieces outside the browser and get everything you need.

    If you want to protect the copyright, you don't have to do it on the website:

    P. S.

    If you're so busy, use this code.

    <body oncopy="return false" onpaste="return false" oncut="return false">
    

    <div onmousedown='return false;' onselectstart='return false;'>
    Текст не копируется :)
    До тех пор, пока кнопка F12 не будет нажата и не запущена консоль разработчика
    </div>

    </body>

    The text is closed (but if you try, it can be) copying the text, even through the extinguishing menu, etc.

    But I like the Civil Code more:


Log in to reply
 

Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2