<?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/tyoro_ge/rss">
    <link>https://let.hatelabo.jp/tyoro_ge/rss</link>
    <description></description>
    <title>Bookmarklets from tyoro_ge</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/tyoro_ge/let/hJmf1pX5wdtz"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/tyoro_ge/let/hJmf1pX5wdtz">
    <link>https://let.hatelabo.jp/tyoro_ge/let/hJmf1pX5wdtz</link>
    <dc:date>2017-09-24T02:57:36Z</dc:date>
    <description>アンパンマンのキャラクター名とｘ年以内を指定して検索式を書く、、手間を省くやつです</description>
    <dc:creator>tyoro_ge</dc:creator>
    <title>[Let] ASAP</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Ftyoro_ge%2Flet%2FhJmf1pX5wdtz.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;ASAP&lt;/a&gt;&lt;pre&gt;/*
 * @title ASAP
 * @description アンパンマンのキャラクター名とｘ年以内を指定して検索式を書く、、手間を省くやつです
 * @include http://*
 * @license MIT License
 * @require 
 */

(function (name, q) {
    name = prompt(&amp;quot;キャラクター名は？&amp;quot;);
    year = prompt(&amp;quot;何年以内（半角で数字入れる）？&amp;quot;)
    if (!name) return;
    search_operators = &amp;quot;site:www.ntv.co.jp/anpanman &amp;quot; + &amp;quot;\&amp;quot;*と&amp;quot; + name + &amp;quot;\&amp;quot;&amp;quot; + &amp;quot; OR \&amp;quot;&amp;quot; + name + &amp;quot;と*\&amp;quot;&amp;quot; + &amp;quot;intitle:\&amp;quot;ほうそうのおしらせ\&amp;quot; -intitle:\&amp;quot;バックナンバー\&amp;quot;&amp;quot;;
    location.href = &amp;quot;https://www.google.co.jp/search?q=&amp;quot; + encodeURIComponent(search_operators) + &amp;quot;&amp;amp;tbs=qdr:y&amp;quot; + year + &amp;quot;,sbd:1&amp;quot; ;
}());
&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
