Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Disable Copy/past</title>
- </head>
- <body oncopy="return false;" oncut="return false;" onpast="return false;" oncontextmenu="return false;">
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment