piterskiy

clickunder

Jan 12th, 2018
24,955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. var click_cnt = 0;
  3. document.onmouseup = function() {
  4. if (!click_cnt) {
  5. window.open("http:site.ru","door");
  6. click_cnt = 1;
  7. }
  8. }
  9. </script>
Add Comment
Please, Sign In to add comment