apl-mhd

Image download

Nov 3rd, 2018
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. https://unsplash.com/t/nature
  2. <script>
  3.  
  4. var a = document.getElementsByTagName('a');
  5.  
  6. for(i=0; i<a.length; i++){
  7. var d= a[i].title.split(' ').join('');
  8. if( d == 'Downloadphoto' )
  9.  
  10. console.log(a[i].href);
  11. }
  12. </script>
Add Comment
Please, Sign In to add comment