This blog post was brought to you by the generosity of AJATT's patrons!

If you would like to support the continuing production of AJATT content, please consider making a monthly donation through Patreon.

Right there ↑ . Go on. Click on it. Patrons get goodies like early access to content (days, weeks, months and even YEARS before everyone else), mutlimedia stuff and other goodies!


Multiple Kanji Dictionary Lookup Bookmarklet

Hey there, you Lazy Kanji aficionados!

Here is a little bookmarklet that looks up multiple kanji dictionaries (Wiktionary, MDBG, Richard Sears’ Chinese Etymology, CantoDict and Goo) for you with a single click:

  • Multiple Kanji Lookup Bookmarklet
  • Source code: javascript:(function(){var w=window,d=w.document,s="";;if(d.selection){s=d.selection.createRange().text}else if(d.getSelection){s=d.getSelection()}else if(w.getSelection){s=window.getSelection()}window.open('http://www.surusu.com/addqaui.php?front='+encodeURIComponent(s),"_blank");window.open("http://www.mdbg.net/chindict/chindict.php?page=worddict&wdrst=1&wdqb="+encodeURIComponent(s),"_blank");window.open("http://en.wiktionary.org/wiki/"+encodeURIComponent(s),"_blank");window.open("http://www.chineseetymology.org/CharacterASP/CharacterEtymology.aspx?characterInput="+encodeURIComponent(s)+"&submitButton1=Etymology","_blank");window.open("http://www.cantonese.sheik.co.uk/dictionary/search/?searchtype=3&text="+encodeURIComponent(s),"_blank");window.open("http://dictionary.goo.ne.jp/srch/je/"+encodeURIComponent(s)+"/m0u/","_blank");window.open("http://dictionary.goo.ne.jp/srch/all/"+encodeURIComponent(s)+"/m0u/","_blank");window.open("http://dictionary.goo.ne.jp/srch/all/"+encodeURIComponent(s)+"/m1u/","_blank");})()

  1 comment for “Multiple Kanji Dictionary Lookup Bookmarklet

  1. Leonardo Boiko
    November 28, 2010 at 07:19

    Nice to see chineseetymology.org getting some recognition. I like to compare its arguments with www.kanjinetworks.com/ and with Henshall’s book; often all three have different etymologies, driving the point home on how wonderfully rich and messy and non–RTK-like kanji really are =) (except the phonetic components, which we are pretty sure were used phonetically).

Leave a Reply

Your email address will not be published. Required fields are marked *