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!


Goo Dictionary Bookmarklet

Thanks to their new, no-frills formatting [you can copy and paste definitions without having to delete stray linebreaks], Goo have regained their status as my favorite J-J dictionary. In honor of this great event, I present to you a little bookmarklet to speed up your dictionary lookups:

Source code, just in case:

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://dictionary.goo.ne.jp/srch/all/"+encodeURIComponent(s)+"/m0u/","_blank")})()

javascript:var%20d=document;var%20tx=encodeURIComponent(d.selection?d.selection.createRange().text:d.getSelection());var%20subw=window.open('http://dictionary.goo.ne.jp/srch/all/'+tx+'/m0u/','_blank').document;

EOF

  3 comments for “Goo Dictionary Bookmarklet

  1. Arro
    July 23, 2010 at 16:46

    Woah, super cool! Would it be possible for you to make a C-C one?
    Thank you <3

  2. Per
    December 30, 2011 at 15:36

    I can’t drag it to my toolbar? although it worked fine with the surusu-bookmarklet. Am I missing something?

Leave a Reply

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