Advertisement
cpmct32

Untitled

Sep 14th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. i = document.getElementsByTagName("img");
  2.  
  3. for (x in i){
  4. i[x].setAttribute("src", "LINK GOES HERE");
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement