英英辞典[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 です。

History

  1. 2010/06/01 21:05:44 - 2010-06-01
  2. 2010/06/01 21:00:59 - 2010-06-01
  3. 2010/06/01 21:00:13 - 2010-06-01
  4. 2010/06/01 20:57:56 - 2010-06-01
  5. 2010/06/01 20:56:31 - 2010-06-01