How can I see the title alt text for website images on an HTC Desire?
I'm currently using the Dolphin HD browser but I can't see a way of getting the alt text.
How can I see the title alt text for website images on an HTC Desire?
I'm currently using the Dolphin HD browser but I can't see a way of getting the alt text.
The right answer is to just go to https://m.xkcd.com. There is a link on there to show or hide the alt text.
I created a bookmarklet for this:
javascript:(function(){var D=document,i,f,j,e;for(i=0;f=D.images[i];++i)if(f.title!=""){var x=D.createElement("div"),s=x.style;s.color="Black ";s.background="yellow ";x.innerHTML=f.title;f.parentNode.insertBefore(x,f.nextSibling);}})(); This displays any TITLE texts as text with yellow background.