TSUTAYAのレンタルCDを検索

  • /*
     * @title       TSUTAYAのレンタルCDを検索
     * @description 検索したい文字列を選択してから実行
     */
    
    var word=(!!window.getSelection)?window.getSelection().toString():document.selection.createRange().text;
    if(!word)if(frames.length)for(var i=0;i<frames.length;i++)if(((!!frames[i].getSelection)||(!!frames[i].document))&&(word=(!!frames[i].getSelection)?frames[i].getSelection().toString():frames[i].document.selection.createRange().text))break;
    if(word.length==0)word=prompt("検索キーワードを入力","B'z");
    if(word!=null)location.href='http://store.tsutaya.co.jp/item/search_result.html?k='+encodeURIComponent(word)+'&s=2&i=020&cs=&rs=';
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2010/12/20 22:51:17 - 2010-12-20