<?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/higedice/rss">
    <link>https://let.hatelabo.jp/higedice/rss</link>
    <description></description>
    <title>Bookmarklets from higedice</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/higedice/let/gYC-xrHMxe24GQ"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/higedice/let/gYC-xrHMxe24GQ">
    <link>https://let.hatelabo.jp/higedice/let/gYC-xrHMxe24GQ</link>
    <dc:date>2010-07-27T01:20:25Z</dc:date>
    <description>選択中の文字列で play:game db を検索します。play:game db はボードゲーム、カードゲームの情報サイトです。</description>
    <dc:creator>higedice</dc:creator>
    <title>[Let] [遊↑]</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fhigedice%2Flet%2FgYC-xrHMxe24GQ.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 選択中の文字列で play:game db を検索します。play:game db はボードゲーム、カードゲームの情報サイトです。
 * @include http://*
 * @license MIT License
 * @require http://hosting.gmodules.com/ig/gadgets/file/115338199874488911315/ecl.js
 */

(function() {
  var q = typeof(window.getSelection) == 'undefined' ?
     document.selection.createRange().text : window.getSelection().toString();
  if (!q) { q = window.prompt(&amp;quot;play:gameボードゲームデータベースを検索&amp;quot;); }
  if (q) {
    q = EscapeSJIS(q);
    q = 'http://www.gamers-jp.com/playgame/db_searchlist.php?'
          + 'search_str=' + q + '&amp;amp;amp;mode=1&amp;amp;amp;order=1';
  }
  else if ( q != null) {
    q = 'http://www.gamers-jp.com/playgame/db_newsa.php';
  }
  else {
    return false;
  }

  var w = window.open(q).document;

  return true;
})();&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
