Guest User

Untitled

a guest
Jan 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var gif = document.location.toString().split('#')[0] + $('#gif img').attr('src');
  2.  
  3. var gifInput = '<input type="text" style="width: 100%" value="' + gif + '"/>';
  4. $('body').prepend(gifInput);
Add Comment
Please, Sign In to add comment