Images List authentication Swap menu

Le bookmarklet

Ce bookmarklet ouvre une nouvelle fenêtre après demande de confirmation

Bookmarklet inline Images_List

Bookmarklet hébergé sur ce site Images_List!

Informations

Affiche les images de la page.

Le script

(function(){
	if(frames.length>document.getElementsByTagName('iframe').length) alert('Sorry, frames detected.');
	else{
		var s, h, t='';
		for (var j=0;j<document.images.length;j++){
			s = document.images[j].src;
			h = s + '<br><img src=' + s + '><br><br><br>';
			if (t.indexOf(h) < 0) t += h;
		}
		;
		if(t!=''){
			var w=window.open();
			w.document.write(t);
			void(w.document.close())
		}
		else{
			alert('No images!')
		}
	}
})()

Valid XHTML 1.0 Strict Valid CSS

AccueilPage précédenteHaut de pagePage suivante