A handy javascript bookmarklet that worked great under Safari 1.2 no longer works under 1.3. I've done the security and java updates, and Safari handles most java pages with no problem, and is snappier than ever. However, this bookmarklet no longer gives a prompt when a word is not highlighted (it works fine when a word is highlighted):
javascript:Qr=window.getSelection();if(!Qr){void(Q r=prompt('Enter%20word%20to%20find%20in%20Wikipedi a%20Dictionary:',''))}if(Qr)location.href='http://en.wikipedia.org/wiki/Special:Search?search='+escape(Qr)+'&go=Go'
Any ideas?