Quite useful. You can even copy and paste the generated code if the image you're using is static.
Pretty nice. Worked for me when I needed to fix up some radio buttons.
A bookmarklet to report the rev=canonical attribute if one exists, or alert if one does not.
Full copyable text:
javascript:(function(){var url=document.location;var links=document.getElementsByTagName('link');var found=0;for(var i=0,l;l=links[i];i++){if(l.getAttribute('rev')=='canonical'||(/alternate short/).exec(l.getAttribute('rel'))){found=l.getAttribute('href');break;}}if(!found){for(var i=0;l=document.links[i];i++){if(l.getAttribute('rev')=='canonical'){found=l.getAttribute('href');break;}}}if(found){prompt('URL:',found);}else{alert('No canonical url found.');}})();
Saw a Google guy at my hostel work wearing this shirt; had it bookmarked before he left.