Advertisement
Guest User

fuck copycats

a guest
Sep 20th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <script language="javascript">
  2. document.onmousedown=disableclick;
  3. function disableclick(event)
  4. {
  5. if(event.button==2)
  6. {
  7. alert("");
  8. return false;
  9. }
  10. }
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement