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!


Wiktionary Bookmarklet

Here’s a little Wiktionary bookmarklet love. This will be especially useful for all you Lazy Kanji people out there.

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://en.wiktionary.org/wiki/"+encodeURIComponent(s),"_blank")})()

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://ja.wiktionary.org/wiki/"+encodeURIComponent(s),"_blank")})()

EOF

  1 comment for “Wiktionary Bookmarklet

  1. Paddy
    July 28, 2010 at 14:00

    This is a handy little bookmarklet. Thank you. I have copied the source code and bookmarked it but only after finding that the ‘Wiktionary Bookmarklet’ link you have above it links only to a truncated copy of the source. Just a heads-up in case anybody else has trouble with it.

    Thanks again.

Leave a Reply

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