<?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/P-coin/rss">
    <link>https://let.hatelabo.jp/P-coin/rss</link>
    <description></description>
    <title>Bookmarklets from P-coin</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/P-coin/let/hLHUzLO1vY5N"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/P-coin/let/hLHUzLO1vY5N">
    <link>https://let.hatelabo.jp/P-coin/let/hLHUzLO1vY5N</link>
    <dc:date>2013-11-16T23:49:43Z</dc:date>
    <description>ページを更新させるごとにランダム表示されます。</description>
    <dc:creator>P-coin</dc:creator>
    <title>[Let] 画像をランダム表示させる</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2FP-coin%2Flet%2FhLHUzLO1vY5N.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 ページを更新させるごとにランダム表示されます。
 * @include http://yuttari.g.hatena.ne.jp/
 * @license MIT License
 * @require 
 */
img = new Array();
img[0] = &amp;quot;http://cdn-ak.f.st-hatena.com/images/fotolife/P/P-coin/20130914/20130914192655.jpg&amp;quot;;
img[1] = &amp;quot;http://cdn-ak.f.st-hatena.com/images/fotolife/P/P-coin/20130827/20130827112956.jpg&amp;quot;;
img[2] = &amp;quot;http://cdn-ak.f.st-hatena.com/images/fotolife/P/P-coin/20131031/20131031184330.jpg&amp;quot;;
n = Math.floor(Math.random()*img.length);
var x = document.write(&amp;quot;&amp;lt;img src='&amp;quot;+img[n]+&amp;quot;' border='0'&amp;gt;&amp;quot;);
document.getElementById(free).innerHTML = x+&amp;quot;aaaaaa&amp;quot;;


&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
