英英辞典[Oxford]を利用したブックマークレット
by
booleanoid
2010-06-01 [2010/06/01 21:05:44]
選択した部分をOxfordの英英辞典で開きます
@@ -5,4 +5,9 @@
* @license MIT License
* @require
*/
-(function(){%20d=document,w=window,u='http://www.oup.com/oald-bin/web_getald7index1a.pl?search_word='+d.getSelection(),w.open(u)})();
+(function()
+{
+ d=document;
+ w=window;
+ u='http://www.oup.com/oald-bin/web_getald7index1a.pl?search_word='+d.getSelection(),w.open(u);
+})();
/*
* @title 英英辞典[Oxford]を利用したブックマークレット
* @description 選択した部分をOxfordの英英辞典で開きます
* @include http://*
* @license MIT License
* @require
*/
(function()
{
d=document;
w=window;
u='http://www.oup.com/oald-bin/web_getald7index1a.pl?search_word='+d.getSelection(),w.open(u);
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。