Bookmarklet Show authentication Swap menu

Le bookmarklet

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

Bookmarklet inline Bookmarklet_Show

Bookmarklet hébergé sur ce site Bookmarklet_Show!

Informations

Ce bookmarklet montre les bookmarklet contenus dans la page, ainsi que leur code-source.

Le script

(function(){
	if(frames.length>document.getElementsByTagName('iframe').length) alert('Sorry, frames detected.');
	else{
		var t='';
		for(var j=0;j<document.links.length;j++){
			var l=document.links[j];
			if(l.href.match(/^javascript:.*$/)) t+='<p style="font: 14px arial">' + l.innerHTML + '</p>\n<pre>' + htmlencode(l.href) + '</pre>\n<hr />\n';
		}
		;
		if(t!=''){
			var w=window.open();
			w.document.write(t);
			void(w.document.close())
		}
		else{
			alert('No bookmarlet!')
		}
	}
})()

Valid XHTML 1.0 Strict Valid CSS

AccueilPage précédenteHaut de pagePage suivante