<?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/wakabatan/rss">
    <link>https://let.hatelabo.jp/wakabatan/rss</link>
    <description></description>
    <title>Bookmarklets from wakabatan</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/hJmcxuC90NBX"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-x4214av0Tw"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-xsLWrMKlWg"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-xsLSspHqDg"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-ya2DgbnaFg"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-yKae0sfiTg"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-yKXj9oCsAw"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-xJyvr-HhVg"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-xJmuk7W6UA"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-x-HJyIjvBA"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-x9z2tYGtBQ"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-x9zd--KOWg"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-x9fn24bNYA"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-y9Pikt3_Ng"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-x8_j5peyDw"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/wakabatan/let/gYC-xpP3r4SmAQ"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/hJmcxuC90NBX">
    <link>https://let.hatelabo.jp/wakabatan/let/hJmcxuC90NBX</link>
    <dc:date>2013-11-20T09:39:41Z</dc:date>
    <description>Show IDs of the elements in the current page.</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] Show IDs in the page</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FhJmcxuC90NBX.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;Show IDs in the page&lt;/a&gt;&lt;pre&gt;/*
 * @title Show IDs in the page
 * @description Show IDs of the elements in the current page.
 * @license CC0
 */


var els = document.querySelectorAll ('[id], a[name]');
for (var i = 0; i &amp;lt; els.length; i++) {
  var el = els[i];
  var id = el.id || el.name;
  var anchor = document.createElement ('a');
  anchor.href = '#' + encodeURIComponent (id);
  anchor.className = '___id_anchor';
  anchor.textContent = '#' + id;
  if (el.namespaceURI == &amp;quot;http://www.w3.org/1999/xhtml&amp;quot;) {
    anchor.title = el.localName;
    if (el.localName.match (/^(?:h[1-6]|td|th|li|dt|dd|html)$/)) {
      el.insertBefore (anchor, el.firstChild);
      continue;
    }
  } else {
    anchor.title = '{' + el.namespaceURI + '}' + el.localName;
  }
  el.parentNode.insertBefore (anchor, el);
}

var style = document.createElement ('style');
style.textContent = '.___id_anchor { display: inline !important; width: auto !important; height: auto !important; margin: 0 !important; border: none !important; padding: 0 !important; background-color: #ffa !important; color: black !important; font-size: 16px !important; font-weight: normal !important; font-family: monospace !important; line-height: 1.0 !important; text-decoration: underline !important }';
document.head.appendChild (style);
&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-x4214av0Tw">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-x4214av0Tw</link>
    <dc:date>2013-10-16T08:58:49Z</dc:date>
    <description>my bookmarklet</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] bookmarklet</title>
    <content:encoded>&lt;a href="javascript:alert%28%22nemui%22%29%3B"&gt;bookmarklet&lt;/a&gt;&lt;pre&gt;/*
 * @title bookmarklet
 * @description my bookmarklet
 * @include http://*
 * @license MIT License
 * @require 
 * @javascript_url
 */

alert(&amp;quot;nemui&amp;quot;);&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-xsLWrMKlWg">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-xsLWrMKlWg</link>
    <dc:date>2012-09-30T04:18:28Z</dc:date>
    <description>pre</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] pre</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-xsLWrMKlWg.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;pre&lt;/a&gt;&lt;pre&gt;/*
 * @title pre
 * @description pre
 * @include http://*
 * @license MIT License
 * @require 
 */



var style = document.createElement('style');
style.textContent = &amp;quot;pre { white-space: pre; word-break: normal; word-wrap: normal }&amp;quot;;
document.body.appendChild(style);&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-xsLSspHqDg">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-xsLSspHqDg</link>
    <dc:date>2012-09-30T03:09:20Z</dc:date>
    <description>pre { white-space: nowrap }</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] pre { white-space: nowrap }</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-xsLSspHqDg.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;pre { white-space: nowrap }&lt;/a&gt;&lt;pre&gt;/*
 * @title pre { white-space: nowrap }
 * @description pre { white-space: nowrap }
 * @include http://*
 * @license MIT License
 * @require 
 */

var style = document.createElement('style');
style.textContent = &amp;quot;pre { white-space: nowrap }&amp;quot;;
document.body.appendChild(style);&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-ya2DgbnaFg">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-ya2DgbnaFg</link>
    <dc:date>2012-02-10T16:55:24Z</dc:date>
    <description>はてなハイクの一日分の投稿をまとめてはてなダイアリーに投稿します。はてなにログインした状態で、はてなハイクで実行してください。 (事前にコメント中に示したスタイルシートを設定しておくと、ハイクっぽく表示されます。)</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] はてなハイクの投稿をまとめてダイアリーに</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-ya2DgbnaFg.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 はてなハイクの一日分の投稿をまとめてはてなダイアリーに投稿します。はてなにログインした状態で、はてなハイクで実行してください。 (事前にコメント中に示したスタイルシートを設定しておくと、ハイクっぽく表示されます。)
 * @license MIT License
 */

javascript:

/* Use this style sheet to format Haiku entries appropriately in Diary/Group:
&amp;gt;&amp;lt;style&amp;gt;
  .haiku-entries .haiku-entry {
    margin: 0;
    padding: 0;
  }
  .haiku-entries .haiku-entry ~ .haiku-entry {
    border-top: 1px solid #EEEEEE;
    padding-top: 0.8em;
  }
  .haiku-entry .haiku-target {
    margin: 0;
    font-size: 90%;
  }
  .haiku-entry .haiku-target a.haiku-target-link {
    padding-right: 0.3em;
    color: #467237;
    font-weight: bolder;
    text-decoration: underline;
  }
  .haiku-info {
    font-size: 80%;
    color: #999999;
  }
  .haiku-body .haiku-in-reply-to-link {
    background: url(&amp;quot;http://h.hatena.com/images/icon-replylink.gif&amp;quot;) no-repeat scroll 0 60% transparent;
    padding-left: 12px;
    padding-right: 0.3em;
    font-weight: bolder;
    font-size: 80%;
    color: #B36B85;
    text-decoration: none;
  }
  .haiku-entry .haiku-body div {
    display: inline;
  }
  .haiku-entry .haiku-body div p {
    margin: 0;
  }
  .haiku-entry .haiku-body div p img {
    max-width: 400px;
    max-height: 400px;
  }
  .haiku-info a {
    color: #B36B85;
    text-decoration: none;
  }
  .haiku-info .haiku-reply-link {
    background: url(&amp;quot;http://h.hatena.com/images/icon-reply.gif&amp;quot;) no-repeat scroll 0 60% transparent;
    padding-left: 12px;
  }
&amp;lt;/style&amp;gt;&amp;lt;
*/

var header = document.getElementById ('header-username');
var hatenaId = header ? header.getAttribute ('data-name') : null;
hatenaId = hatenaId || 'my';
// hatenaId = prompt ('hatenaId', hatenaId);

var date = new Date ();
date.setTime (date.getTime () - 12 * 60 * 60 * 1000);
var m = date.getMonth () + 1; if (m &amp;lt; 10) m = '0' + m;
var d = date.getDate (); if (d &amp;lt; 10) d = '0' + d;
date = date.getFullYear () + '-' + m + '-' + d;

var xhr = new XMLHttpRequest ();
xhr.open ('GET', '/' + hatenaId + '/activities.json?per_page=100&amp;amp;date=' + date, true);
xhr.onreadystatechange = function () {
  if (xhr.readyState == 4) {
    if (xhr.status &amp;lt; 300) {
      processData (JSON.parse (xhr.responseText));
    }
  }
};
xhr.send (null);
void (0);

function processData (data) {
  var entries = [];
  var haikuDomain = location.hostname;
  for (var i = 0; i &amp;lt; data.items.length; i++) {
    var item = data.items[i];
    var container = document.createElement ('div');
    // Use &amp;quot;a&amp;quot; in &amp;quot;h3&amp;quot; to enable Hatena Star in Hatena Diary/Group
    container.innerHTML = '&amp;lt;div class=&amp;quot;haiku-entry section&amp;quot;&amp;gt;&amp;lt;h3 class=haiku-target&amp;gt;&amp;lt;a&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot; class=haiku-target-link&amp;gt;_&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&amp;lt;div class=haiku-body&amp;gt;&amp;lt;a class=haiku-in-reply-to-link&amp;gt;_&amp;lt;/a&amp;gt;&amp;lt;div&amp;gt;_&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div class=haiku-info&amp;gt;&amp;lt;a class=haiku-time&amp;gt;_&amp;lt;/a&amp;gt; from &amp;lt;a class=haiku-source&amp;gt;_&amp;lt;/a&amp;gt; &amp;lt;a class=haiku-reply-link&amp;gt;Reply&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;';
    var haikuEntry = container.firstChild;
    var haikuTarget = haikuEntry.firstChild;
    haikuTarget.firstChild.href = item.star_url;
    haikuTarget.lastChild.href = 'http://' + haikuDomain + '/' + item.target.url_name + '/';
    haikuTarget.lastChild.title = item.target.url_name;
    haikuTarget.lastChild.firstChild.data = item.target.display_name;
    var haikuBody = haikuEntry.childNodes[1];
    if (item.reply_to_eid) {
      haikuBody.firstChild.href = 'http://' + haikuDomain + '/' + item.reply_to_author.url_name + '/' + item.reply_to_eid;
      haikuBody.firstChild.firstChild.data = item.reply_to_author.display_name;
    } else {
      haikuBody.removeChild (haikuBody.firstChild);
    }
    haikuBody.lastChild.firstChild.data = item.body_haiku_text.replace (/\bhttps?:\/\/[\x21-\x7E]+\.(?:jpe?g|png|gif)\b/gi, function (u) {
      return '[' + u + ':image]';
    }).replace (/\[\[([^\[\]]+)\]\]/g, function (_, k) { return '[h:keyword:' + k + ']' });
    var haikuInfo = haikuEntry.lastChild;
    var date = new Date (item.created_on * 1000);
    haikuInfo.firstChild.firstChild.data = date.toLocaleString ();
    haikuInfo.firstChild.href = item.star_url;
    haikuInfo.childNodes[2].firstChild.data = item.source_target.display_name;
    haikuInfo.childNodes[2].href = 'http://' + haikuDomain + '/' + item.source_target.url_name + '/';
    haikuInfo.childNodes[4].href = item.star_url;
    entries.push (container.innerHTML);
  }
  var string = '&amp;lt;div class=haiku-entries&amp;gt;' + entries.join (&amp;quot;\n&amp;quot;) + '&amp;lt;/div&amp;gt;';
  editInDiary (string);
} // processData

function editInDiary (text) {
  var form = document.createElement ('form');
  form.method = 'post';
  form.action = 'http://d.hatena.ne.jp/refer';

  var input = document.createElement ('input');
  input.type = 'hidden';
  input.name = 'appendbody';
  input.value = text;

  form.appendChild (input);
  document.body.appendChild (form);
  form.submit ();
} // editInDiary

/*

Copyright 2012 Wakaba &amp;lt;w@suika.fam.cx&amp;gt;.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*/
&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-yKae0sfiTg">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-yKae0sfiTg</link>
    <dc:date>2011-07-16T07:48:19Z</dc:date>
    <description>ハイク、スター、フォトライフなどのヘッダーの位置を固定して、スクロールしても表示されてままにします。</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] ヘッダーの位置を固定する</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-yKae0sfiTg.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 ハイク、スター、フォトライフなどのヘッダーの位置を固定して、スクロールしても表示されてままにします。
 * @license MIT License
 */

var header = document.getElementById('header');
if (header) {
  header.style.borderBottom = '1px solid #EEEEEE';
  header.style.marginTop = '-37px';
  header.style.position = 'fixed';
  header.style.backgroundColor = 'white';
}

var container = document.getElementById('container');
if (container) {
  container.style.marginTop = '37px';
}

void(0)&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-yKXj9oCsAw">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-yKXj9oCsAw</link>
    <dc:date>2011-07-15T15:04:53Z</dc:date>
    <description>Add new-style Hatena header to Hatena Haiku2 Web site</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] Hatena Header for Hatena Haiku2</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-yKXj9oCsAw.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;Hatena Header for Hatena Haiku2&lt;/a&gt;&lt;pre&gt;/*
 * @title Hatena Header for Hatena Haiku2
 * @description Add new-style Hatena header to Hatena Haiku2 Web site
 * @license MIT License
 */

var div = document.createElement('div');
div.id = 'header';
div.style.textAlign = 'left';
div.style.borderBottom = '1px solid #AAAAAA';
div.innerHTML = '&amp;lt;a href=&amp;quot;http://h2.hatena.ne.jp/&amp;quot; class=service-logo&amp;gt;&amp;lt;img src=&amp;quot;http://h2.hatena.ne.jp/images/logo-white.gif&amp;quot; alt=&amp;quot;Hatena Haiku 2&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;ul class=service-menu style=&amp;quot;padding-right: 2em&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://h2.hatena.ne.jp/my&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://n.hatena.ne.jp/my/profile/image?size=16&amp;amp;amp;location=http://h2.hatena.ne.jp/&amp;quot; alt&amp;gt;マイページ&amp;lt;/a&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://h2.hatena.ne.jp/&amp;quot;&amp;gt;ともだちの新着&amp;lt;/a&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://h2.hatena.ne.jp/setting/&amp;quot;&amp;gt;設定&amp;lt;/a&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://h2.hatena.ne.jp/help&amp;quot;&amp;gt;ヘルプ&amp;lt;/a&amp;gt;&amp;lt;li class=&amp;quot;header-username&amp;quot; id=&amp;quot;header-username&amp;quot; title=&amp;quot;利用中のサービス&amp;quot; data-name=&amp;quot;&amp;quot; data-rkm=&amp;quot;&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;header-dropdown&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://cdn.www.st-hatena.com/images/header/usermenu.png&amp;quot; alt=&amp;quot;利用中のサービス&amp;quot; &amp;gt;&amp;lt;/span&amp;gt;&amp;lt;dl class=&amp;quot;header-window&amp;quot; id=&amp;quot;username-window&amp;quot; title&amp;gt;&amp;lt;/dl&amp;gt;&amp;lt;li class=&amp;quot;header-notify&amp;quot; id=&amp;quot;header-notify&amp;quot; title=&amp;quot;あなたへのお知らせ&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;header-dropdown&amp;quot; tabindex=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://cdn.www.st-hatena.com/images/header/notify.png&amp;quot; alt=&amp;quot;あなたへのお知らせ&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;notify-count&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;div id=&amp;quot;notify-window&amp;quot; class=&amp;quot;header-window header-notify&amp;quot; title&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;li class=&amp;quot;global-logo&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://www.hatena.ne.jp/&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://cdn.www.st-hatena.com/images/header/global-logo.png&amp;quot; alt=&amp;quot;Hatena&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/ul&amp;gt;';
document.body.insertBefore(div, document.body.firstChild);

var script = document.createElement('script');
script.src = 'http://cdn.www.st-hatena.com/js/header.ja.js';
script.charset = 'utf-8';
document.body.appendChild(script);

var style = document.createElement('link');
style.rel = 'stylesheet';
style.href = 'http://cdn.www.st-hatena.com/css/hatena/header.css';
document.body.appendChild(style);

var container = document.getElementById('container');
if (container &amp;amp;&amp;amp; container.getElementsByTagName('img')[0] &amp;amp;&amp;amp; container.getElementsByTagName('img')[0].src.match(/\/images\/logo.*?\.gif/)) {
  container.style.paddingTop = '7px';
  var e = container.firstChild;
  while (e &amp;amp;&amp;amp; !e.style) e = e.nextSibling;
  if (e &amp;amp;&amp;amp; e.style) { e.style.display = 'none'; e = e.nextSibling }
  while (e &amp;amp;&amp;amp; !e.style) e = e.nextSibling;
  if (e &amp;amp;&amp;amp; e.style) { e.style.display = 'none'; e = e.nextSibling }
  while (e &amp;amp;&amp;amp; !e.style) e = e.nextSibling;
  if (e &amp;amp;&amp;amp; e.style) e = e.firstChild;
  while (e &amp;amp;&amp;amp; !e.style) e = e.nextSibling;
  if (e &amp;amp;&amp;amp; e.style) { e.style.display = 'none'; e = e.nextSibling }
}
&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-xJyvr-HhVg">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-xJyvr-HhVg</link>
    <dc:date>2011-07-01T01:46:31Z</dc:date>
    <description>Upgrade your Hatena Haiku!  Run this bookmarklet in Hatena Haiku &lt;http://h.hatena.ne.jp/&gt;</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] Hatena Haiku+</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-xJyvr-HhVg.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;Hatena Haiku+&lt;/a&gt;&lt;pre&gt;/*
 * @title Hatena Haiku+
 * @description Upgrade your Hatena Haiku!  Run this bookmarklet in Hatena Haiku &amp;lt;http://h.hatena.ne.jp/&amp;gt;
 * @license Public Domain.
 */

var logo = document.getElementById ('logo-haiku');
if (logo) {
  var text = document.createTextNode ('+');
  logo.parentNode.insertBefore (text, logo.nextSibling);
  logo.style.verticalAlign = '-50%';
  logo.parentNode.style.color = 'black';
  logo.parentNode.style.textDecoration = 'none';
}

void (0);&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-xJmuk7W6UA">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-xJmuk7W6UA</link>
    <dc:date>2011-06-26T07:38:27Z</dc:date>
    <description>フォームの入力を自動的に5件くらい保存します。実装は結構適当です。本体は &lt;https://github.com/wakaba/samijs/tree/master/formdatahistory&gt; にあります。</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] フォーム自動バックアップ</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-xJmuk7W6UA.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 フォームの入力を自動的に5件くらい保存します。実装は結構適当です。本体は &amp;lt;https://github.com/wakaba/samijs/tree/master/formdatahistory&amp;gt; にあります。
 */

javascript:

var code = function () {
  var formName = 'fdh-demo';
  if (self.Ten &amp;amp;&amp;amp; Ten.AsyncLoader) {
    Ten.AsyncLoader.executeWhenFragmentLoadedOrNow (function (root) {
      var forms = root.getElementsByTagName ('form');
      var formsL = forms.length;
      for (var i = 0; i &amp;lt; formsL; i++) (function (form) {
        var f = new FDH.Form (form, formName);
        f.watch ();
      }) (forms[i]);
    });

    if (self.Hatena &amp;amp;&amp;amp; Hatena.Haiku) {
      var origHReply = Hatena.Haiku.EntryForm.createReplyForm;
      Hatena.Haiku.EntryForm.createReplyForm = function () {
        var form = origHReply.apply (this, arguments);
        var f = new FDH.Form (form, formName);
        f.watch ();
        return form;
      };
    }
  } else {
    var forms = document.forms;
    var formsL = forms.length;
    for (var i = 0; i &amp;lt; formsL; i++) (function (form) {
      var f = new FDH.Form (form, formName);
      f.watch ();
    }) (forms[i]);
  }

  if (self.Hatena &amp;amp;&amp;amp; Hatena.Diary &amp;amp;&amp;amp; Hatena.Diary.NewSection) {
    var origDInsert = Hatena.Diary.NewSection.prototype.insertForm;
    Hatena.Diary.NewSection.prototype.insertForm = function (form) {
      var result = origDInsert.apply (this, arguments);
      var f = new FDH.Form (form, formName);
      f.watch ();
      return result;
    };
  }
}; // code

if (self.Ten &amp;amp;&amp;amp; Ten.AsyncLoader) {
  Ten.AsyncLoader.loadScripts
      ([
          // 'http://suika.fam.cx/www/js/formdatahistory/scripts/formdatahistory.js'
          'https://raw.github.com/wakaba/samijs/master/formdatahistory/scripts/formdatahistory.js'
       ], function () {
         code ();
       });
} else {
  var script = document.createElement ('script');
  // script.src = 'http://suika.fam.cx/www/js/formdatahistory/scripts/formdatahistory.js';
  script.src = 'https://raw.github.com/wakaba/samijs/master/formdatahistory/scripts/formdatahistory.js';
  script.onload = function () {
    code ();
  };
  document.body.appendChild (script);
}

var link = document.createElement ('link');
link.rel = 'stylesheet';
link.href = 'http://suika.fam.cx/www/js/formdatahistory/styles/defaultui.css';
// link.href = 'https://raw.github.com/wakaba/samijs/master/formdatahistory/styles/defaultui.css';
document.body.appendChild (link);

if (document.compatMode == 'BackCompat') {
  var style = document.createElement ('style');
  style.textContent = '.fdh-history-list menu { display: block }';
  document.body.appendChild (style);
}

void (0);

/* ***** BEGIN LICENSE BLOCK *****
 * Copyright 2011 Wakaba &amp;lt;w@suika.fam.cx&amp;gt;.  All rights reserved.
 *
 * This program is free software; you can redistribute it and/or 
 * modify it under the same terms as Perl itself.
 *
 * Alternatively, the contents of this file may be used 
 * under the following terms (the &amp;quot;MPL/GPL/LGPL&amp;quot;), 
 * in which case the provisions of the MPL/GPL/LGPL are applicable instead
 * of those above. If you wish to allow use of your version of this file only
 * under the terms of the MPL/GPL/LGPL, and not to allow others to
 * use your version of this file under the terms of the Perl, indicate your
 * decision by deleting the provisions above and replace them with the notice
 * and other provisions required by the MPL/GPL/LGPL. If you do not delete
 * the provisions above, a recipient may use your version of this file under
 * the terms of any one of the Perl or the MPL/GPL/LGPL.
 *
 * &amp;quot;MPL/GPL/LGPL&amp;quot;:
 *
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 *
 * The contents of this file are subject to the Mozilla Public License Version
 * 1.1 (the &amp;quot;License&amp;quot;); you may not use this file except in compliance with
 * the License. You may obtain a copy of the License at
 * &amp;lt;http://www.mozilla.org/MPL/&amp;gt;
 *
 * Software distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 * for the specific language governing rights and limitations under the
 * License.
 *
 * The Original Code is FDH code.
 *
 * The Initial Developer of the Original Code is Wakaba.
 * Portions created by the Initial Developer are Copyright (C) 2011
 * the Initial Developer. All Rights Reserved.
 *
 * Contributor(s):
 *   Wakaba &amp;lt;w@suika.fam.cx&amp;gt;
 *
 * Alternatively, the contents of this file may be used under the terms of
 * either the GNU General Public License Version 2 or later (the &amp;quot;GPL&amp;quot;), or
 * the GNU Lesser General Public License Version 2.1 or later (the &amp;quot;LGPL&amp;quot;),
 * in which case the provisions of the GPL or the LGPL are applicable instead
 * of those above. If you wish to allow use of your version of this file only
 * under the terms of either the GPL or the LGPL, and not to allow others to
 * use your version of this file under the terms of the MPL, indicate your
 * decision by deleting the provisions above and replace them with the notice
 * and other provisions required by the LGPL or the GPL. If you do not delete
 * the provisions above, a recipient may use your version of this file under
 * the terms of any one of the MPL, the GPL or the LGPL.
 *
 * ***** END LICENSE BLOCK ***** */
&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-x-HJyIjvBA">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-x-HJyIjvBA</link>
    <dc:date>2011-03-31T16:02:37Z</dc:date>
    <description>はてなハイクをちょっとだけはてな俳句風にします。</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] はてな俳句風味</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-x-HJyIjvBA.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 はてなハイクをちょっとだけはてな俳句風にします。
 * @license MIT License
 */

var style = document.createElement('div');
style.innerHTML = '&amp;lt;style&amp;gt;.hatena-star-add-button-image { background-image: url(&amp;quot;/images/add-sakura.gif&amp;quot;); } .hatena-star-star-image { background-image: url(&amp;quot;/images/sakura.gif&amp;quot;); } img.hatena-star-add-button, img.hatena-star-star { vertical-align: middle !important; } .hatena-star-inner-count { color: #FB7B9C; font-size: 80%; margin: 0 2px; } form.entry-form input.haiku-word { background: url(&amp;quot;/images/haiku-word.gif&amp;quot;) no-repeat scroll 3px 50% transparent; padding-left: 24px; } form.entry-form input.entry-body-1, form.entry-form input.entry-body-3 { background: url(&amp;quot;/images/haiku-5.gif&amp;quot;) no-repeat scroll 3px 50% transparent; padding-left: 24px; } form.entry-form input.entry-body-2 { background: url(&amp;quot;/images/haiku-7.gif&amp;quot;) no-repeat scroll 3px 50% transparent; padding-left: 24px; } input.entry-body-1, input.entry-body-3 { width: 10em; } input.entry-body-2 { width: 15em; } body, div.streamheader h1 { font-family:&amp;quot;MS P 明朝&amp;quot;, serif }&amp;lt;/style&amp;gt;';
document.body.appendChild(style);

var stars = Ten.DOM.getElementsByClassName('hatena-star-star');
for (var i = 0; i &amp;lt; stars.length; i++) {
  stars[i].src = '/images/sakura.gif';
}
Hatena.Star.Star.ColorPallet.yellow.ImgSrc = '/images/sakura.gif';

var stars = Ten.DOM.getElementsByClassName('hatena-star-add-button');
for (var i = 0; i &amp;lt; stars.length; i++) {
  stars[i].src = '/images/add-sakura.gif';
}
Hatena.Star.AddButton.ImgSrc = '/images/add-sakura.gif';

var script = document.createElement('script');
script.src = 'http://h.hatena.ne.jp/js/Hatena/Haiku/HaikuChecker.js';
document.body.appendChild(script);

var entryBody = Ten.DOM.getElementsByClassName('entry-body')[0];
entryBody.style.display = 'none';

var div = document.createElement('div');
div.innerHTML = '&amp;lt;input type=&amp;quot;text&amp;quot; class=&amp;quot;text haiku-body entry-body-1&amp;quot; name=&amp;quot;body&amp;quot; /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; class=&amp;quot;text haiku-body entry-body-2&amp;quot; name=&amp;quot;body&amp;quot; /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; class=&amp;quot;text haiku-body entry-body-3&amp;quot; name=&amp;quot;body&amp;quot; /&amp;gt;';
entryBody.parentNode.insertBefore(div, entryBody);

var form = entryBody.form;
var submit = Ten.DOM.getElementsByClassName('submit', form)[0];

var button = document.createElement('input');
button.className = submit.className;
button.value = '投句!';
button.type = 'button';
button.onclick = function () {
  if (Hatena.Haiku.HaikuChecker.checkForm({form: form})) {
    var inputs = Ten.DOM.getElementsByTagAndClassName('input', 'haiku-body', form);
    if (inputs.length == 3) {
      entryBody.value = inputs[0].value + &amp;quot;\n&amp;quot; + inputs[1].value + &amp;quot;\n&amp;quot; + inputs[2].value;
      Ten.DOM.removeClassName(entryBody, 'ten-placeholder');
      inputs[0].value = '';
      inputs[1].value = '';
      inputs[2].value = '';
    }
    submit.click();
  }
};

submit.style.display = 'none';
submit.parentNode.insertBefore(button, submit);

void(0);

&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-x9z2tYGtBQ">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-x9z2tYGtBQ</link>
    <dc:date>2011-03-24T10:36:00Z</dc:date>
    <description>はてなハイクのお絵かき (PC 版) をフォトライフ・ダイアリーのお絵かきに差し替えます。ハイクのお絵かきボタンを押す前にこのブックマークレットを実行してください。なお、投稿時はお絵かき内の「保存」ボタンではなく、「Haiku!」ボタンを使ってください。</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] はてなハイクのお絵かきをフォトライフ・ダイアリー版に差し替える</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-x9z2tYGtBQ.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 はてなハイクのお絵かき (PC 版) をフォトライフ・ダイアリーのお絵かきに差し替えます。ハイクのお絵かきボタンを押す前にこのブックマークレットを実行してください。なお、投稿時はお絵かき内の「保存」ボタンではなく、「Haiku!」ボタンを使ってください。
 * @license MIT License
 *
 * See also: &amp;lt;http://h1beta.hatena.ne.jp/http///let.hatelabo.jp/wakabatan/let/gYC-x9z2tYGtBQ&amp;gt;
 *
 */

Hatena.Haiku.Canvas.flashURL = 'http://d.hatena.ne.jp/images/SketchSwitch.swf';

/* サイズ変更できないみたいなのであらかじめ大きめに指定しておく。 */
Hatena.Haiku.Canvas.minCanvasHeight = '400';

/* 動かないだけでなくうにょーんなるので無効化。 */
Hatena.Haiku.Canvas.prototype.resize = function () {};
Hatena.Haiku.Canvas.prototype.resizeTo = function () {};

void(0);&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-x9zd--KOWg">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-x9zd--KOWg</link>
    <dc:date>2011-03-24T03:19:11Z</dc:date>
    <description>はてなハイクの各投稿にアメーバなうに投稿するためのボタンを付けます。</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] はてなハイクからアメーバなうに投稿</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-x9zd--KOWg.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 はてなハイクの各投稿にアメーバなうに投稿するためのボタンを付けます。
 * @license MIT License
 */


Hatena.Haiku.Pager.addEventListener('loadedEntries', addButtonsToFragment);
addButtonsToFragment(document.body);
void(0);

function addButtonsToFragment (root) {
  var aStarURLs = Ten.DOM.getElementsByClassName('star-url', root);
  for (var i = 0; i &amp;lt; aStarURLs.length; i++) {
    var aStarURL = aStarURLs[i];
    appendButton(aStarURL);
  }
}

function appendButton (aStarURL) {
  var starURL = aStarURL.href;
  var m = starURL.match(/(\d+)/);
  var eid = m[1];
  if (!eid) return;

  var iContainer = aStarURL;
  var bContainer = null;
  while (iContainer.parentNode &amp;amp;&amp;amp; iContainer.parentNode.nodeType == 1) {
    iContainer = iContainer.parentNode;
    if (iContainer.className.match(/\b(?:list-body|entry)\b/)) {
      break;
    } else if (iContainer.className.match(/\binfo\b/)) {
      bContainer = iContainer;
    }
  }
  bContainer = bContainer || iContainer;

  var img = document.createElement('img');
  img.src = 'http://stat001.ameba.jp/user_images/20100525/10/now-api/3c/22/p/o0079005110557906632.png';
  img.style.height = '16px';
  img.style.cursor = 'pointer';
  img.style.verticalAlign = 'bottom';
  img.onclick = function () {
    var apiURL = '/api/statuses/show/' + m[1] + '.json?body_formats=api';
    var xhr = new XMLHttpRequest();
    xhr.open('GET', apiURL, true);
    xhr.onreadystatechange = function () {
      if (xhr.readyState == 4) {
        if (xhr.status &amp;lt; 400) {
          var json = JSON.parse(xhr.responseText);
          processJSON(json, iContainer);
          img.parentNode.removeChild(img);
        }
      }
    };
    xhr.send(null);
  };
  bContainer.appendChild(img);

  if (iContainer.hatenaHaikuNowButton &amp;amp;&amp;amp; iContainer.hatenaHaikuNowButton.parentNode) {
    iContainer.hatenaHaikuNowButton.parentNode.removeChild(iContainer.hatenaHaikuNowButton);
  }
  iContainer.hatenaHaikuNowButton = img;
}

function processJSON (json, iContainer) {
  var body = json.text;
  var target = json.target.title;
  if (body.substring(0, json.target.word.length + 1) == json.target.word + '=') {
    body = body.substring(json.target.word.length + 1);
  }
  if (/^id:[0-9A-Za-z_@-]+$/.test(json.target.word)) {
    target = null;
  }
  var url = json.link;

  var nowText = (target ? '[' + target + '] ' : '') + body + ' ' + url;
  if (window.Hatena &amp;amp;&amp;amp; Hatena.Visitor &amp;amp;&amp;amp; Hatena.Visitor.name == json.user.screen_name) {
    //
  } else {
    nowText = 'RH id:' + json.user.screen_name + ' ' + nowText;
  }

  var url = 'http://now.ameba.jp/?entryText=' + encodeURIComponent(nowText);
  var iframe = document.createElement('iframe');
  iframe.src = url;
  iframe.style.width = '100%';
  iframe.style.height = '8em';
  iframe.style.border = '1px solid #EEEEEE';
  iframe.style.borderStyle = 'solid none';
  iContainer.appendChild(iframe);
}
&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-x9fn24bNYA">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-x9fn24bNYA</link>
    <dc:date>2011-03-16T11:54:07Z</dc:date>
    <description>Hatena Haiku Button bookmarklet for Hatena Bookmark entry pages.</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] Hatena Haiku Button for Hatena Bookmark</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-x9fn24bNYA.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;Hatena Haiku Button for Hatena Bookmark&lt;/a&gt;&lt;pre&gt;/*
 * @title Hatena Haiku Button for Hatena Bookmark
 * @description Hatena Haiku Button bookmarklet for Hatena Bookmark entry pages.
 * @license MIT License
 
 Document/Repository: &amp;lt;https://github.com/wakaba/hatena-haiku-button&amp;gt;.
 Source: &amp;lt;https://github.com/wakaba/hatena-haiku-button/blob/master/bookmarklets/bookmark-entries.js&amp;gt;.

 */

  var links = document.links;
  var linksL = links.length;
  for (var i = 0; i &amp;lt; linksL; i++) {
    var link = links[i];
    if (/^http:\/\/b\.hatena\.ne\.jp\/entry\//.test(link.href)) {
      var img = document.createElement('img');
      img.src = 'http://h.hatena.ne.jp/images/haiku-button.png';
      img.className = 'hatena-haiku-button';
      img.style.verticalAlign = 'bottom';
      var url = link.href
          .replace(/^http:\/\/b\.hatena\.ne\.jp\/entry\/https\//, 'https://')
          .replace(/^http:\/\/b\.hatena\.ne\.jp\/entry\/https:\/\//, 'https://')
          .replace(/^http:\/\/b\.hatena\.ne\.jp\/entry\/http:\/\//, 'http://')
          .replace(/^http:\/\/b\.hatena\.ne\.jp\/entry\//, 'http://');
      img.setAttribute('data-haiku-word', url);
      link.parentNode.insertBefore(img, link.nextSibling);
    }
  }

  var script = document.createElement('script');
  script.src = 'https://github.com/wakaba/hatena-haiku-button/raw/master/scripts/hatena-haiku-button.js';
  document.body.appendChild(script);
  void(0);

/*

Usage: Open &amp;lt;http://b.hatena.ne.jp/&amp;gt; and execute this bookmarklet.

************ LICENSE ************

Copyright 2011 Wakaba.

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
&amp;quot;Software&amp;quot;), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*/
&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-y9Pikt3_Ng">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-y9Pikt3_Ng</link>
    <dc:date>2011-03-10T04:59:34Z</dc:date>
    <description>Web ページ中のボタンを無料化します。</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] ブックマークレット (無料)</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-y9Pikt3_Ng.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 Web ページ中のボタンを無料化します。
 * @license MIT License
 */

var inputs = document.getElementsByTagName ('input');
var inputsL = inputs.length;
for (var i = 0; i &amp;lt; inputsL; i++) {
  var input = inputs[i];
  if (input.type != 'submit' &amp;amp;&amp;amp; input.type != 'button' &amp;amp;&amp;amp; input.type != 'reset') continue;

  if (!/ \(無料\)$/.test (input.value)) {
    input.value += ' (無料)';
  }
}

var buttons = document.getElementsByTagName ('button');
var buttonsL = buttons.length;
for (var i = 0; i &amp;lt; buttonsL; i++) {
  var button = buttons[i];
  if (!/ \(無料\)$/.test (button.textContent || button.innerText)) {
    button.appendChild (document.createTextNode (' (無料)'));
  }
}

void (0);
&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-x8_j5peyDw">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-x8_j5peyDw</link>
    <dc:date>2011-03-04T00:20:35Z</dc:date>
    <description>はてなハイクでユーザーアイコンやユーザー名の上にマウスポインタを乗せると、右サイドバーにプロフィールを表示します。</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] はてなハイクでプロフィールを表示</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-x8_j5peyDw.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 はてなハイクでユーザーアイコンやユーザー名の上にマウスポインタを乗せると、右サイドバーにプロフィールを表示します。
 */

  var container = document.getElementById('rightbar');
  container.style.overflow = 'visible';
  
  var div;

window.onmouseover = function (ev) {
  var target = ev.target;
  while (!target.tagName || target.tagName.toUpperCase() != 'A') {
    target = target.parentNode;
    if (!target) return;
  }
  var url = target.href;
  if (!url) return;
  var m = url.match(/^http:\/\/[^\/]+\/(?:touch\/|mobile\/)?([^/]+)\/$/);
  if (!m) return;

  var entry = target;
  while (entry.parentNode) {
    entry = entry.parentNode;
    if (Ten.DOM.hasClassName(entry.parentNode, 'entry')) {
      break;
    }
  }

  var profileURL = '/' + m[1] + '/profile?only=body';
  var xhr = new XMLHttpRequest();
  xhr.open('GET', profileURL, true);
  xhr.onreadystatechange = function () {
    if (!xhr.readyState == 4) return;
    if (xhr.status &amp;gt;= 400) return;

    div = div || document.createElement('div');
    div.innerHTML = xhr.responseText;
    div.style.position = 'absolute';
    div.style.right = 0;
    div.style.width = '181px';
    div.style.top = (entry.offsetTop - container.offsetTop) + 'px';
    container.appendChild(div);
  };
  xhr.send(null);
};

/*

Copyright 2011 Wakaba &amp;lt;w@suika.fam.cx&amp;gt;.
You are granted a license to use, reproduce and create derivative works of this software.

*/
&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/wakabatan/let/gYC-xpP3r4SmAQ">
    <link>https://let.hatelabo.jp/wakabatan/let/gYC-xpP3r4SmAQ</link>
    <dc:date>2010-05-16T04:53:42Z</dc:date>
    <description>Plain old bookmarklet for editing bookmarklets</description>
    <dc:creator>wakabatan</dc:creator>
    <title>[Let] Bookmarklet Editor Bookmarklet version 2.0</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fwakabatan%2Flet%2FgYC-xpP3r4SmAQ.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;Bookmarklet Editor Bookmarklet version 2.0&lt;/a&gt;&lt;pre&gt;/*
 * @title Bookmarklet Editor Bookmarklet version 2.0
 * @description Plain old bookmarklet for editing bookmarklets
 */

location.href = &amp;quot;data:text/html;charset=utf-8,%3C!DOCTYPE%20HTML%3E%3Chtml%20lang=en%3E%0A%3Chead%3E%0A%3Ctitle%3EBEB%20%26mdash;%20Bookmarklet%20Editor%20Bookmarklet%3C/title%3E%0A%3Cstyle%3E%0Ahtml,%20body,%20div,%20p%20%7B%0A%20%20display:%20block;%0A%20%20position:%20static;%0A%20%20margin:%200;%0A%20%20border-width:%200;%0A%20%20padding:%200;%0A%20%20text-indent:%200;%0A%7D%0A%0Abody%20%7B%0A%20%20position:%20absolute;%0A%20%20top:%200;%0A%20%20right:%200;%0A%20%20bottom:%200;%0A%20%20left:%200;%0A%20%20margin:%201em;%0A%7D%0A%0A%23decoded-section%20%7B%0A%20%20position:%20absolute;%0A%20%20top:%200;%0A%20%20right:%200;%0A%20%20bottom:%205em;%0A%20%20left:%200;%0A%7D%0A%0A%23decoded-section%20%3E%20p%20%7B%0A%20%20width:%20100%25;%0A%20%20height:%20100%25;%0A%20%20text-indent:%200;%0A%7D%0A%0A%23decoded-url-text%20%7B%0A%20%20display:%20block;%0A%20%20margin-left:%20auto;%0A%20%20margin-right:%20auto;%0A%20%20width:%20100%25;%0A%20%20height:%20100%25;%0A%20%20-moz-box-sizing:%20border-box;%0A%20%20-webkit-box-sizing:%20border-box;%0A%20%20-ms-box-sizing:%20border-box;%0A%20%20box-sizing:%20border-box;%0A%7D%0A%0A%23encoded-section%20%7B%0A%20%20display:%20block;%0A%20%20position:%20absolute;%0A%20%20right:%200;%0A%20%20bottom:%200;%0A%20%20left:%200;%0A%20%20height:%205em;%0A%7D%0A%0A%23encoded-section%20textarea%20%7B%0A%20%20display:%20inline;%0A%20%20width:%2080%25;%0A%20%20height:%201em;%0A%7D%0A%0A%23encoded-section%20textarea%5Bdata-modified%5D%20%7B%0A%20%20color:%20black;%0A%20%20font-weight:%20bolder;%0A%7D%0A%3C/style%3E%0A%3Cscript%3E%0A%20%20document.isModified%20=%20false;%0A%0A%20%20var%20updateTimer%20=%200;%0A%20%20function%20scheduleToUpdateEncodedURL%20%28%29%20%7B%0A%20%20%20%20if%20%28updateTimer%29%20%7B%0A%20%20%20%20%20%20clearTimeout%20%28updateTimer%29;%0A%20%20%20%20%7D%0A%20%20%20%20updateTimer%20=%20setTimeout%20%28updateEncodedURL,%201000%29;%0A%20%20%7D%20//%20scheduleToUpdateEncodedURL%0A%0A%20%20function%20updateEncodedURL%20%28%29%20%7B%0A%20%20%20%20var%20url%20=%20document.getElementById%20%28%27decoded-url-text%27%29.value;%0A%20%20%20%20if%20%28url.match%20%28/%5Ejavascript:/i%29%29%20%7B%0A%20%20%20%20%20%20url%20=%20%27javascript:%27%20+%20encodeURIComponent%20%28url.substring%20%2811%29%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20.replace%20%28/%27/g,%20%27%2527%27%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20.replace%20%28/%5C%28/g,%20%27%2528%27%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20.replace%20%28/%5C%29/g,%20%27%2529%27%29;%0A%20%20%20%20%7D%20else%20if%20%28url.match%20%28/%5Edata:/i%29%29%20%7B%0A%20%20%20%20%20%20url%20=%20%27data:%27%20+%20encodeURI%20%28url.substring%20%285%29%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20.replace%20%28/%5C%23/g,%20%27%2523%27%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20.replace%20%28/%26/g,%20%27%2526%27%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20.replace%20%28/%27/g,%20%27%2527%27%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20.replace%20%28/%5C%28/g,%20%27%2528%27%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20.replace%20%28/%5C%29/g,%20%27%2529%27%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20.replace%20%28/%5C%3F/g,%20%27%253F%27%29;%0A%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20url%20=%20encodeURI%20%28url%29;%0A%20%20%20%20%7D%0A%0A%20%20%20%20var%20encoded%20=%20document.getElementById%20%28%27encoded-url-text%27%29;%0A%20%20%20%20encoded.value%20=%20url;%0A%20%20%20%20encoded.removeAttribute%20%28%27data-modified%27,%20%27%27%29;%0A%0A%20%20%20%20var%20link%20=%20document.getElementById%20%28%27encoded-url-link%27%29;%0A%20%20%20%20link.href%20=%20url;%0A%20%20%20%20link.title%20=%20url.length%20+%20%27%20characters%27;%0A%20%20%20%20document.isModified%20=%20true;%0A%20%20%7D%20//%20updateEncodedURL%0A%0A%20%20function%20editEncodedURL%20%28%29%20%7B%0A%20%20%20%20if%20%28document.isModified%29%20%7B%0A%20%20%20%20%20%20if%20%28!confirm%20%28%27The%20code%20is%20modified.%20%20Continue%20anyway%3F%27%29%29%20%7B%0A%20%20%20%20%20%20%20%20return;%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20updateDecodedURL%20%28%29;%0A%20%20%20%20updateEncodedURL%20%28%29;%0A%20%20%20%20document.isModified%20=%20false;%0A%20%20%7D%20//%20editEncodedURL%0A%0A%20%20function%20updateDecodedURL%20%28%29%20%7B%0A%20%20%20%20var%20encoded%20=%20document.getElementById%20%28%27encoded-url-text%27%29;%0A%20%20%20%20document.getElementById%20%28%27decoded-url-text%27%29.value%20=%20decodeURIComponent%20%28encoded.value%29;%0A%20%20%20%20encoded.removeAttribute%20%28%27data-modified%27%29;%0A%20%20%7D%20//%20updateDecodedURL%0A%0A%20%20function%20encodedURLModified%20%28%29%20%7B%0A%20%20%20%20document.getElementById%20%28%27encoded-url-text%27%29.setAttribute%20%28%27data-modified%27,%20%27%27%29;%0A%20%20%7D%20//%20encodedURLModified%0A%3C/script%3E%0A%3C/head%3E%0A%3Cbody%20onbeforeunload=%22if%20%28document.isModified%29%20event.returnValue%20=%20%27Modified%27%22%3E%0A%0A%3Cdiv%20class=section%20id=decoded-section%3E%0A%3Cp%3E%3Ctextarea%20id=decoded-url-text%20onchange=%22%20scheduleToUpdateEncodedURL%20%28%29%20%22%20onkeypress=%22%20scheduleToUpdateEncodedURL%20%28%29%20%22%3Ejavascript:%0A%3C/textarea%3E%0A%3C/div%3E%0A%0A%3Cdiv%20class=section%20id=encoded-section%3E%0A%3Cp%3E%3Ca%20href=%22data:,%22%20id=encoded-url-link%3EURL%3C/a%3E:%20%0A%3Ctextarea%20id=encoded-url-text%20onchange=%22%20%20if%20%28!document.isModified%29%20updateDecodedURL%20%28%29;%20else%20encodedURLModified%20%28%29%20%22%20onkeypress=%22%20encodedURLModified%20%28%29%20%22%3E%3C/textarea%3E%0A%3Cbutton%20type=button%20onclick=%22%20editEncodedURL%20%28%29%20%22%3EEdit%3C/button%3E%0A%0A%3Cp%3E%3Ca%20href=%22http://suika.fam.cx/%257Ewakaba/wiki/sw/n/BEB%22%3EBEB%3C/a%3E%20Version%202.0%20%0A%28%3Ctime%3E2009-01-27%3C/time%3E%29%0A%3C/div%3E%0A%0A%3C!--%0A/*%20*****%20BEGIN%20LICENSE%20BLOCK%20*****%0A%20*%20Copyright%202005-2009%20Wakaba%20%3Cw@suika.fam.cx%3E.%20%20All%20rights%20reserved.%0A%20*%0A%20*%20This%20program%20is%20free%20software;%20you%20can%20redistribute%20it%20and/or%20%0A%20*%20modify%20it%20under%20the%20same%20terms%20as%20Perl%20itself.%0A%20*%0A%20*%20Alternatively,%20the%20contents%20of%20this%20file%20may%20be%20used%20%0A%20*%20under%20the%20following%20terms%20%28the%20%22MPL/GPL/LGPL%22%29,%20%0A%20*%20in%20which%20case%20the%20provisions%20of%20the%20MPL/GPL/LGPL%20are%20applicable%20instead%0A%20*%20of%20those%20above.%20If%20you%20wish%20to%20allow%20use%20of%20your%20version%20of%20this%20file%20only%0A%20*%20under%20the%20terms%20of%20the%20MPL/GPL/LGPL,%20and%20not%20to%20allow%20others%20to%0A%20*%20use%20your%20version%20of%20this%20file%20under%20the%20terms%20of%20the%20Perl,%20indicate%20your%0A%20*%20decision%20by%20deleting%20the%20provisions%20above%20and%20replace%20them%20with%20the%20notice%0A%20*%20and%20other%20provisions%20required%20by%20the%20MPL/GPL/LGPL.%20If%20you%20do%20not%20delete%0A%20*%20the%20provisions%20above,%20a%20recipient%20may%20use%20your%20version%20of%20this%20file%20under%0A%20*%20the%20terms%20of%20any%20one%20of%20the%20Perl%20or%20the%20MPL/GPL/LGPL.%0A%20*%0A%20*%20%22MPL/GPL/LGPL%22:%0A%20*%0A%20*%20Version:%20MPL%201.1/GPL%202.0/LGPL%202.1%0A%20*%0A%20*%20The%20contents%20of%20this%20file%20are%20subject%20to%20the%20Mozilla%20Public%20License%20Version%0A%20*%201.1%20%28the%20%22License%22%29;%20you%20may%20not%20use%20this%20file%20except%20in%20compliance%20with%0A%20*%20the%20License.%20You%20may%20obtain%20a%20copy%20of%20the%20License%20at%0A%20*%20%3Chttp://www.mozilla.org/MPL/%3E%0A%20*%0A%20*%20Software%20distributed%20under%20the%20License%20is%20distributed%20on%20an%20%22AS%20IS%22%20basis,%0A%20*%20WITHOUT%20WARRANTY%20OF%20ANY%20KIND,%20either%20express%20or%20implied.%20See%20the%20License%0A%20*%20for%20the%20specific%20language%20governing%20rights%20and%20limitations%20under%20the%0A%20*%20License.%0A%20*%0A%20*%20The%20Original%20Code%20is%20Bookmarklet%20Editor%20code.%0A%20*%0A%20*%20The%20Initial%20Developer%20of%20the%20Original%20Code%20is%20Wakaba.%0A%20*%20Portions%20created%20by%20the%20Initial%20Developer%20are%20Copyright%20%28C%29%202005%0A%20*%20the%20Initial%20Developer.%20All%20Rights%20Reserved.%0A%20*%0A%20*%20Contributor%28s%29:%0A%20*%20%20%20Wakaba%20%3Cw@suika.fam.cx%3E%0A%20*%0A%20*%20Alternatively,%20the%20contents%20of%20this%20file%20may%20be%20used%20under%20the%20terms%20of%0A%20*%20either%20the%20GNU%20General%20Public%20License%20Version%202%20or%20later%20%28the%20%22GPL%22%29,%20or%0A%20*%20the%20GNU%20Lesser%20General%20Public%20License%20Version%202.1%20or%20later%20%28the%20%22LGPL%22%29,%0A%20*%20in%20which%20case%20the%20provisions%20of%20the%20GPL%20or%20the%20LGPL%20are%20applicable%20instead%0A%20*%20of%20those%20above.%20If%20you%20wish%20to%20allow%20use%20of%20your%20version%20of%20this%20file%20only%0A%20*%20under%20the%20terms%20of%20either%20the%20GPL%20or%20the%20LGPL,%20and%20not%20to%20allow%20others%20to%0A%20*%20use%20your%20version%20of%20this%20file%20under%20the%20terms%20of%20the%20MPL,%20indicate%20your%0A%20*%20decision%20by%20deleting%20the%20provisions%20above%20and%20replace%20them%20with%20the%20notice%0A%20*%20and%20other%20provisions%20required%20by%20the%20LGPL%20or%20the%20GPL.%20If%20you%20do%20not%20delete%0A%20*%20the%20provisions%20above,%20a%20recipient%20may%20use%20your%20version%20of%20this%20file%20under%0A%20*%20the%20terms%20of%20any%20one%20of%20the%20MPL,%20the%20GPL%20or%20the%20LGPL.%0A%20*%0A%20*%20*****%20END%20LICENSE%20BLOCK%20*****%20*/%0A--%3E%0A&amp;quot;;
&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
