watch this The wheels are turning, slowly turning. home
Handy Bookmarklet 2006-01-04


I cannot present this material in the manner which I desire. LiveJournal scrubs links, removing important structure. So, instead of one instruction, here are eight:




  1. If you are a Firefox user, right-click on the area below the location bar but above the row of tab labels.

  2. Select “New Bookmark…”.

  3. Name the bookmark “Look It Up”.

  4. Set the location of the bookmark to be

    javascript:var s = String(window.getSelection()); if (s.length) { window.open('http://www.dict.org/bin/Dict?Form=Dict2&Database=*&Query=' + encodeURI(s)); } else { alert('Select a word to look up.'); } void(0);



  5. Visit some web page which contains a word the definition of which you would like to know.

  6. Select the word in the document (for example, double click on it).

  7. Click the “Look It Up” bookmarklet you just added.

  8. Savor the novelty (it wears off fast, so savor it likewise).





Maybe this is convenient for something. However, it does demonstrate document range selections, which have some other interesting uses. For example, I would like someone to write a Mantissa application which tracks quotes this way. People should be able to vote for quotes they find on the web. The quote can easily be selected and submitted to the server for tracking. The server can keep running tallies for various time periods and report them. It can also do things like indicate the first reporter of a quote, long-persisting quotes, etc. Communities like comp.lang.python should find this useful, as people are always responding to posts with messages that consist of nothing more than “+1 QOTW”.



This would be an extremely trivial Mantissa application. Who would like to write it?



Props to radix for reminding me that dict.org is way better than dictionary.com.