Guest User

Untitled

a guest
Jan 21st, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <script type="text/javascript">
  2.  
  3. function getfocused(){
  4. window.moveTo(0,0);
  5. window.resizeTo(screen.availWidth,screen.availHeight);
  6. window.focus();
  7. }
  8.  
  9. </script>
Add Comment
Please, Sign In to add comment