Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A collection of bookmarklets to control Safari windows' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A collection of bookmarklets to control Safari windows
Authored by: mmmmark on Jan 29, '04 10:58:16PM
Here are my two all-time favorites: Send Current Page URL in Default Mail App
javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+escape(location.href)
Show Images on Page and Pixel Sizes
javascript:n='';for(i=0;i%3Cdocument.images.length;i++)%7Bn+='%3Cimg%20src='+document.images%5Bi%5D.src+'%3E%20'+document.images%5Bi%5D.width+'x'+document.images%5Bi%5D.height+'%3Cbr%3E%3Cbr%3E'%7D;if(n!='')%7Bdocument.write('%3Cp%20style=font-size:11px;font-family:verdana,sans;%3E'+n+'%3C/p%3E');void(document.close())%7Delse%7Balert('i%20see%20no%20images')%7D


[ Reply to This | # ]