Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <script language='JavaScript'>
  2. function bloquear(e){return false}
  3. function desbloquear(){return true}
  4. document.onselectstart=new Function ("return false")
  5. if (window.sidebar){document.onmousedown=bloquear
  6. document.onclick=desbloquear}
  7. </script>