Advertisement
aohitsugi

no selection

May 31st, 2023
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <style>
  2.  
  3. #image01 {
  4. -khtml-user-select: none;
  5. -o-user-select: none;
  6. -moz-user-select: none;
  7. -webkit-user-select: none;
  8. user-select: none;
  9. }
  10.  
  11. -khtml-user-select: none;
  12. -o-user-select: none;
  13. -moz-user-select: none;
  14. -webkit-user-select: none;
  15. user-select: none;
  16. }
  17.  
  18. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement