<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel rdf:about="https://let.hatelabo.jp/worris/rss">
    <link>https://let.hatelabo.jp/worris/rss</link>
    <description></description>
    <title>Bookmarklets from worris</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/worris/let/gYC-ytLRiNubRQ"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/worris/let/gYC-ytLRiNubRQ">
    <link>https://let.hatelabo.jp/worris/let/gYC-ytLRiNubRQ</link>
    <dc:date>2010-08-21T14:45:50Z</dc:date>
    <description>Amazonで開いている書籍、またはどのページでも選択した文字列をタイトルとして紀伊國屋書店の店頭在庫検索で探します。コード内のG2=新宿本店です。</description>
    <dc:creator>worris</dc:creator>
    <title>[Let] （紀）新宿本店在庫検索</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fworris%2Flet%2FgYC-ytLRiNubRQ.bookmarklet.js%20%28arg%29%22.replace%28%2F%28%5CS%2B%29%5Cs%2B%28%5CS%2A%29%2F%2Cfunction%28s%2Curl%2Carg%29%7Bs%3Ddocument.createElement%28%22script%22%29%3Bs.charset%3D%22utf-8%22%3Bs.src%3Durl%2B%22%3Fs%3D%22%2BencodeURIComponent%28arg%29%3Bdocument.body.appendChild%28s%29%7D%29%3Bvoid%280%29%3B"&gt;（紀）新宿本店在庫検索&lt;/a&gt;&lt;pre&gt;/*
 * @title （紀）新宿本店在庫検索
 * @description Amazonで開いている書籍、またはどのページでも選択した文字列をタイトルとして紀伊國屋書店の店頭在庫検索で探します。コード内のG2=新宿本店です。
 * @include http://*
 * @license MIT License
 * @require 
 */

(function(){
var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f=d.createElement('form'),asin=d.getElementById('ASIN'),tenpo='G2';
if(asin){
  location.href='http://bookweb.kinokuniya.co.jp/hb/ws_search.cgi?KCD='+tenpo+'&amp;amp;W-ISBN='+asin.value;
}else{
  f.setAttribute('action','http://bookweb.kinokuniya.co.jp/hb/ws_search.cgi');
  f.setAttribute('accept-charset','shift_jis');
  var kcd=d.createElement('input');
  kcd.setAttribute('name','KCD');
  kcd.setAttribute('value',tenpo);
  f.appendChild(kcd);
  var title=d.createElement('input');
  title.setAttribute('name','W-TITLE');
  title.setAttribute('value',s);
  f.appendChild(title);
  d.getElementsByTagName('head')[0].appendChild(f);
  d.charset='shift_jis';
  f.submit();
}
}());&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
