0
How can Ä° get image Url (address)?
2 Answers
+ 24
alert(document.documentElement.outerHTML.match(/<img.*?>/gmi).join("||").replace(/<img.*?src="(.*?)".*?>/gmi,"$1"));
put this in victim's code.
+ 10
Or if you don't remember the code,
you can right click on the image in any browser and in options, click on 'Copy image address'
and paste it where you want to use it.