Advertisement
Guest User

script anti copas 1

a guest
Oct 30th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. .anticopy {
  2. display:block;
  3. -moz-user-select: none;
  4. -khtml-user-select: none;
  5. -o-user-select:none;
  6. user-select: none;
  7. unselectable: on;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement