Advertisement
ingenuo

disable copy and paste

Feb 28th, 2022
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Disable Copy/past</title>
  5. </head>
  6. <body oncopy="return false;" oncut="return false;" onpast="return false;" oncontextmenu="return false;">
  7. </body>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement