<?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/takumi2525/rss">
    <link>https://let.hatelabo.jp/takumi2525/rss</link>
    <description></description>
    <title>Bookmarklets from takumi2525</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/takumi2525/let/gYC-x6u-lJvbZQ"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/takumi2525/let/gYC-y6u9sImncw"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/takumi2525/let/gYC-x6u-lJvbZQ">
    <link>https://let.hatelabo.jp/takumi2525/let/gYC-x6u-lJvbZQ</link>
    <dc:date>2011-01-06T15:12:08Z</dc:date>
    <description>URLのクエリ文字列を見やすく表示するもの。ウインドウクリックで消去</description>
    <dc:creator>takumi2525</dc:creator>
    <title>[Let] display-query-string</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Ftakumi2525%2Flet%2FgYC-x6u-lJvbZQ.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;display-query-string&lt;/a&gt;&lt;pre&gt;/*
 * @title display-query-string
 * @description URLのクエリ文字列を見やすく表示するもの。ウインドウクリックで消去
 * @include http://*
 * @license MIT License
 * @require 
 */

(function(){

   if(!('JCT8836' in window)){
     window.JCT8836 = false;
     var script = document.createElement('script');
     script.src = 'http://www.drk7.jp/pub/js/ecl_test/ecl_new.js';
     document.body.appendChild(script);
   }

   if(!window.JCT8836){
     setTimeout(arguments.callee, 100);
     return;
   }

   var decode_uri = function(src){
     if(!src.match(/%[0-9A-Fa-f]{2}/)) return src;
     var code = GetEscapeCodeType(src);
     var meth = 'Unescape' + code;
     return window[meth](src) + &amp;quot; (&amp;quot;+code+&amp;quot;)&amp;quot;;
   };

   var href = location.href;
   var match = href.match(/\?([^#]*)/);
  if(!match) return;
   var params = [];

   var dl = document.createElement('dl');
   document.body.appendChild(dl);
   match[1].split(/&amp;amp;/).forEach(
     function(pair_src){
       var pair = pair_src.split(/=/,2);
       var key  = decode_uri(pair[0]);
       var val  = decode_uri(pair[1]);
       var dt = document.createElement('dt');
       dl.appendChild(dt);
       var dd = document.createElement('dd');
       dl.appendChild(dd);
       dt.appendChild(document.createTextNode(key));
       dd.appendChild(document.createTextNode(val));
     }
   );

   dl.style.cssText = &amp;quot;&amp;quot; +
     &amp;quot;position:fixed;&amp;quot; +
     &amp;quot;z-index: 65536;&amp;quot; +
     &amp;quot;overflow: auto;&amp;quot; +
     &amp;quot;max-height: 300px;&amp;quot; +
     &amp;quot;background: rgba(200,200,200,0.85);&amp;quot; +
     &amp;quot;padding: 10px;&amp;quot; +
     &amp;quot;width: 40%;&amp;quot; +
     &amp;quot;&amp;quot;;

   dl.style.top = (window.innerHeight - dl.clientHeight) / 2 + 'px';
   dl.style.left = (window.innerWidth - dl.clientWidth) / 2 + 'px';

   dl.addEventListener(
     'click', function(ev){
       ev.stopPropagation();
     }, false
   );

   window.addEventListener(
     'click', function(ev){
       dl.parentNode.removeChild(dl);
       window.removeEventListener('click', arguments.callee, false);
     }, false
   );

})();&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/takumi2525/let/gYC-y6u9sImncw">
    <link>https://let.hatelabo.jp/takumi2525/let/gYC-y6u9sImncw</link>
    <dc:date>2011-01-06T14:58:28Z</dc:date>
    <description>ﾌｨｰｳﾞｧｰしない</description>
    <dc:creator>takumi2525</dc:creator>
    <title>[Let] 親方, 空からエビフライが!! (ver.フィーバーしない)</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Ftakumi2525%2Flet%2FgYC-y6u9sImncw.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;親方, 空からエビフライが!! (ver.フィーバーしない)&lt;/a&gt;&lt;pre&gt;/*
 * @title 親方, 空からエビフライが!! (ver.フィーバーしない)
 * @description ﾌｨｰｳﾞｧｰしない
 * @include http://*
 * @license MIT License
 * @require 
 */

var b=[],e=(d=document).documentElement,f=window.innerWidth||e.clientWidth,g=window.innerHeight||e.clientHeight;setInterval(function(){if(Math.random()&amp;gt;0.8){var a=d.createElement(&amp;quot;img&amp;quot;);es=a.style;es.position=&amp;quot;absolute&amp;quot;;es.top=&amp;quot;0px&amp;quot;;es.left=(f-64)*Math.random()+&amp;quot;px&amp;quot;;a.width=a.height=64;a.src=&amp;quot;http://hinata.in/imgs/evi.png&amp;quot;;d.body.appendChild(a);b[b.length]=a}for(var c in b){a=parseInt(b[c].style.top);if(a+64&amp;gt;=g)delete b[c];else b[c].style.top=a+5+&amp;quot;px&amp;quot;}},30);void 0;&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
