Advertisement
Guest User

Untitled

a guest
Oct 16th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <script type="text/javascript">
  2. if (typeof document.onselectstart!="undefined") {
  3. document.onselectstart=new Function ("return false");
  4. }
  5. else{
  6. document.onmousedown=new Function ("return false");
  7. document.onmouseup=new Function ("return true");
  8. }
  9. </script >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement