Guest User

Untitled

a guest
Jun 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var jaAbriu = false;
  2. function ouveBlank(){
  3.     if (typeof($('a').attr('target')) != 'undefined' && !jaAbriu){
  4.         $('a').click();
  5.         jaAbriu= true;
  6.         return false;
  7.     }
  8. }
Add Comment
Please, Sign In to add comment