<?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/r7kamura/rss">
    <link>https://let.hatelabo.jp/r7kamura/rss</link>
    <description></description>
    <title>Bookmarklets from r7kamura</title>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://let.hatelabo.jp/r7kamura/let/hJmes-GB7bss"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/r7kamura/let/gYC-yp6o1ffbUg"/>
        <rdf:li rdf:resource="https://let.hatelabo.jp/r7kamura/let/gYC-x8ain6q0TA"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://let.hatelabo.jp/r7kamura/let/hJmes-GB7bss">
    <link>https://let.hatelabo.jp/r7kamura/let/hJmes-GB7bss</link>
    <dc:date>2017-01-14T17:39:41Z</dc:date>
    <description>Amazonの本のページからamakanに移動します。</description>
    <dc:creator>r7kamura</dc:creator>
    <title>[Let] Amazonの本のページからamakanに移動</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fr7kamura%2Flet%2FhJmes-GB7bss.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;Amazonの本のページからamakanに移動&lt;/a&gt;&lt;pre&gt;/*
 * @title Amazonの本のページからamakanに移動
 * @description Amazonの本のページからamakanに移動します。
 * @include https://*
 * @license MIT License
 * @require 
 */


javascript:location.href=&amp;quot;https://amakan.net/search?query=&amp;quot;+location.href&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/r7kamura/let/gYC-yp6o1ffbUg">
    <link>https://let.hatelabo.jp/r7kamura/let/gYC-yp6o1ffbUg</link>
    <dc:date>2012-08-04T17:18:41Z</dc:date>
    <description>みんな、大好き。</description>
    <dc:creator>r7kamura</dc:creator>
    <title>[Let] バズワード総ゆのっち化</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fr7kamura%2Flet%2FgYC-yp6o1ffbUg.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://*
 * @license MIT License
 * @require 
 */

document.body.addEventListener(&amp;quot;DOMNodeInserted&amp;quot;, (function me (e) {
	var walker = document.createTreeWalker(e.target, NodeFilter.SHOW_TEXT, {
		acceptNode : function (node) { return NodeFilter.FILTER_ACCEPT }
	}, true);

	while (walker.nextNode()) with (walker.currentNode)
		nodeValue = nodeValue.replace(/[ァ-ンー]{2,}/gi, 'ゆのっち');

	return me;
})({ target: document.body }), false);

/*
Fix a lower case issue in processing text like &amp;quot;ファイル&amp;quot; (This would be ファゆのっち)
*/&lt;/pre&gt;</content:encoded>
  </item>
  <item rdf:about="https://let.hatelabo.jp/r7kamura/let/gYC-x8ain6q0TA">
    <link>https://let.hatelabo.jp/r7kamura/let/gYC-x8ain6q0TA</link>
    <dc:date>2011-02-24T05:11:02Z</dc:date>
    <description>はてダの右サイドバーを消してエントリを見やすくします。書き捨てコードです、ごめんなさい。</description>
    <dc:creator>r7kamura</dc:creator>
    <title>[Let] はてダの右サイドバーを消してエントリ部分の領域を広げる</title>
    <content:encoded>&lt;a href="javascript:%22https%3A%2F%2Flet.st-hatelabo.com%2Fr7kamura%2Flet%2FgYC-x8ain6q0TA.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://*
 * @license MIT License
 * @require jQuery
 */

(function(){
  var day = $(&amp;quot;.day&amp;quot;);
  var dayWidth = day.css(&amp;quot;width&amp;quot;);
  var sidebar = $(&amp;quot;.sidebar&amp;quot;);
  var sidebarWidth = day.css(&amp;quot;margin-right&amp;quot;);
  var padding = sidebar.css(&amp;quot;padding-right&amp;quot;);
  var sumWidth = parseInt(dayWidth) + parseInt(sidebarWidth) - parseInt(padding) + 'px';

  sidebar.hide();
  day.animate({ width: sumWidth });
})();
&lt;/pre&gt;</content:encoded>
  </item>
</rdf:RDF>
