Advertisement
Guest User

Untitled

a guest
May 19th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. document.body.onkeyup = function(e){
  2. if(e.keyCode == 37){
  3. window.location.replace("https://theprntscr.com/<?php echo $prosli; ?>/");
  4.  
  5. }
  6. if(e.keyCode == 39){
  7. window.location.replace("https://theprntscr.com/<?php echo $sledeci; ?>/");
  8.  
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement