Disable copying data from webpage

前端 未结 10 1923
情歌与酒
情歌与酒 2020-12-18 09:52

I was looking for any way to create web page,so that user wont be able to copy content from my web page. i.e. User wont be able to select the any text present on the webpag

10条回答
  •  攒了一身酷
    2020-12-18 10:39

    Ultimately you can't.

    If you disable the ability to select text, the context menu or even just the copy option from the context menu users will still be able to see your content.

    If they can see it they can copy it:

    • Take a screenshot.
    • Take a photo.
    • Type the text they see into Notepad.
    • Dictate the text into a recorder.

    It's not worth the development effort and you won't stop the determined copier. All you'll end up doing is annoying your legitimate users.

    Add value to your site so people want to keep coming back rather than just taking content and running. This could be:

    • Allow user generated content to expand on what's there.
    • Update content regularly so it's always fresh.

提交回复
热议问题