Skip to content

Instantly share code, notes, and snippets.

@hkitago
Created August 1, 2018 04:45
Show Gist options
  • Save hkitago/915a11f8ecd3ede1b6faaf917499c2f6 to your computer and use it in GitHub Desktop.
Save hkitago/915a11f8ecd3ede1b6faaf917499c2f6 to your computer and use it in GitHub Desktop.
Bookmarklet for EIJIRO.
javascript:(function()%7BQr=(window.getSelection?window.getSelection():document.getSelection?document.getSelection():document.selection.createRange().text);if(!Qr%7C%7CQr=='')%7Bvoid(Qr=prompt('SPACE%20ALC%20search%20word:',''))%7Dif(Qr)window.open('http://eow.alc.co.jp/'+encodeURI(Qr));%7D)();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment