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


Click here to return to the 'A little better' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A little better
Authored by: kleinmatic on Jul 18, '03 11:05:38AM

This is a mix-up of Jonny5's and the other scripts. With this bookmarklet, if a word is highlighted, you'll get the definition for it. If it isn't, you're prompted to enter a word. Huzzah!

[no spaces, I guess, though it works for me either way]

javascript:x=escape(getSelection()); if(!x){x=escape(prompt('Enter%20a%20word','type%20a%20word%20here'));}if(x!='null') {window.location='http://www.webster.com/cgi-bin/dictionary?book=dictionary&va='+x;} else{return;}



[ Reply to This | # ]