document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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. }
');