Created
October 13, 2014 08:43
-
-
Save iberianpig/c6098ce654c13b4cd34c to your computer and use it in GitHub Desktop.
imagictのブックマークレット。ダイアログorタブで開く。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var w=(document.all)?document.selection.createRange().text:(window.getSelection()+'');if(!w)w=prompt('Imagictで検索したいワードを入力してください。','');if(w!=null)window.open('http://imagict.com/words/search?dictionary=en_ja&word='+encodeURIComponent(w));})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment