<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/xml.xsl" type="text/xsl"?><feed xmlns="http://www.w3.org/2005/Atom">
  <title>nulog, NULL::something : out of the headphone &gt; 2006 &gt; June &gt; 07</title>
  <link href="http://lowreal.net/logs/2006/06/07"/>
  <icon>http://lowreal.net/img/banner.png</icon>
  <link rel="self" type="application/atom+xml" href="http://lowreal.net/logs/2006/06/07.atom"/>
  <link rel="alternate" type="application/xhtml+xml" href="http://lowreal.net/logs/2006/06/07.xhtml"/>
  <updated>2006-06-09T00:01:11+09:00</updated>
  <author>
    <name>cho45(砂糖)</name>
  </author>
  <id>http://lowreal.net/2006/06/07</id>
  <entry>
    <title>はてダの編集テキストボックスを自動スクロールさせる GM</title>
    <link rel="alternate" type="text/html" href="http://lowreal.net/logs/2006/06/07/1.html"/>
    <link rel="alternate" type="application/xml+xhtml" href="http://lowreal.net/logs/2006/06/07/1.xhtml"/>
    <updated>2006-06-07T23:49:57+09:00</updated>
    <published>2006-06-07T23:49:57+09:00</published>
    <id>http://lowreal.net/2006/06/07/1</id>
    <category term="gm"/>
    <category term="js"/>
    <content type="xhtml" xml:base="http://lowreal.net/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="/2006/hatena-textarea-scroll.user.js">hatena-textarea-scroll.user.js</a>
        </p>
        <p>はてなの編集画面を開くたびにいちいち下までスクロールするのが面倒くさいので作った。ついでに編集画面開いたらキャレット位置を最後にしてフォーカスさせるようにした。すぐ書ける。編集しやすい。</p>
        <p>Ajax でインラインエディットできたらいいんだけど</p>
        <ins datetime="2006-06-08T11:30:21+09:00">
          <p>過去のページでもいけるように <code>@include</code> を書き換えました。</p>
        </ins>
      </div>
    </content>
  </entry>
  <entry>
    <title>はてダの表示順を常に新しい順にする GM</title>
    <link rel="alternate" type="text/html" href="http://lowreal.net/logs/2006/06/07/2.html"/>
    <link rel="alternate" type="application/xml+xhtml" href="http://lowreal.net/logs/2006/06/07/2.xhtml"/>
    <updated>2006-06-08T00:56:37+09:00</updated>
    <published>2006-06-08T00:56:37+09:00</published>
    <id>http://lowreal.net/2006/06/07/2</id>
    <category term="gm"/>
    <category term="js"/>
    <content type="xhtml" xml:base="http://lowreal.net/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="/2006/hatena-newest-top.user.js">hatena-newest-top.user.js</a>
        </p>
        <p><code>*t*</code> 記法で書かれた日記やらブログを、新しい順にソートしなおします。</p>
        <p>殆どテストしてない。<code>*t*</code> 記法使ってない場合どうなるかは知らない。</p>
        <ul title="既知の不具合">
          <li>footnote (<code>((..))</code> 記法) が上にきます。ひたすら appendChild しかしてないせいです。解決法：別によくね？</li>
        </ul>
        <hr/>
        <p><q>今時 <code>*t*</code> とか書かねぇよﾌﾟﾌﾟﾌﾟ</q> らしいです！ 編集設定の「見出しの時刻」を「保存する」にすると勝手に保存してくれるらしい。知らなかった＞＜</p>
        <p>このぐらいのスクリプトで30分かかってます。10分で開発とか普通に無理です。</p>
        <ins datetime="2006-06-08T09:00:19+09:00">
          <p>ハッシュ指定で飛んでくると見失うので自動スクロールさせるよう修正した。</p>
        </ins>
      </div>
    </content>
  </entry>
  <entry>
    <title>はてダの「続きを読む」を展開する GM</title>
    <link rel="alternate" type="text/html" href="http://lowreal.net/logs/2006/06/07/3.html"/>
    <link rel="alternate" type="application/xml+xhtml" href="http://lowreal.net/logs/2006/06/07/3.xhtml"/>
    <updated>2006-06-08T01:45:51+09:00</updated>
    <published>2006-06-08T01:45:51+09:00</published>
    <id>http://lowreal.net/2006/06/07/3</id>
    <category term="gm"/>
    <category term="js"/>
    <content type="xhtml" xml:base="http://lowreal.net/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="/2006/hatena-kill-seemore.user.js">hatena-kill-seemore.user.js</a>
        </p>
        <p>「続きを読む」を展開して表示します。それだけです。完成度が低いです。複数の「続きを読む」が一日の中 (日記モード) にあるとまざります。</p>
        <ul title="既知の不具合">
          <li>「続きを読む」のリンク先ページに複数の展開された「続きを読む」部分 (a@name="seemore")があるとまざります。解決法：わからない。</li>
        </ul>
        <hr/>
        <p>このスクリプトも30分ぐらい。どうすればいいか微妙に悩んだ。</p>
        <hr/>
        <p><a href="http://lowreal.net/logs//2006/06/07/2">一つ前</a> とこれは<a xmlns="http://www.w3.org/2005/Atom" href="http://diary.noasobi.net/">のりさん</a>のアイデアです。</p>
        <ins datetime="2006-06-08T02:09:36+09:00">
          <p>諸事情により XMLHttpRequest 版も作りました。機能も何も変わりません。XPath は使えるけど GM_xmlhttpRequest は使えないという特異な環境ではこちらが動くはず。<a href="/2006/hatena-kill-seemore-XHR.user.js">hatena-kill-seemore-XHR.user.js</a></p>
          <p>GM_xmlhttpRequest のほうが名前以外はいいなぁ。</p>
        </ins>
        <ins datetime="2006-06-10T13:12:31+09:00">
          <p>ブログモードかつその日の最後のセクションの場合余計な展開をしていたので修正</p>
        </ins>
      </div>
    </content>
  </entry>
  <entry>
    <title>ラノベいろいろ</title>
    <link rel="alternate" type="text/html" href="http://lowreal.net/logs/2006/06/07/4.html"/>
    <link rel="alternate" type="application/xml+xhtml" href="http://lowreal.net/logs/2006/06/07/4.xhtml"/>
    <updated>2006-06-09T00:01:11+09:00</updated>
    <published>2006-06-09T00:01:11+09:00</published>
    <id>http://lowreal.net/2006/06/07/4</id>
    <category term="book"/>
    <content type="xhtml" xml:base="http://lowreal.net/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <ol title="以下読み終わり">
          <li>
            <a xmlns="http://www.w3.org/2005/Atom" href="http://www.amazon.co.jp/exec/obidos/ASIN/4757728026/nuso-22/ref=nosim" title="urn:isbn:4-7577-2802-6">学校の階段２</a>
          </li>
          <li>
            <a xmlns="http://www.w3.org/2005/Atom" href="http://www.amazon.co.jp/exec/obidos/ASIN/4840115389/nuso-22/ref=nosim" title="urn:isbn:4-8401-1538-9">青葉くんとウチュウ★ジン３</a>
          </li>
          <li>
            <a xmlns="http://www.w3.org/2005/Atom" href="http://www.amazon.co.jp/exec/obidos/ASIN/4840223556/nuso-22/ref=nosim" title="urn:isbn:4-8402-2355-6">学校を出よう！ Escape from The School</a>
          </li>
          <li>
            <a xmlns="http://www.w3.org/2005/Atom" href="http://www.amazon.co.jp/exec/obidos/ASIN/4840224331/nuso-22/ref=nosim" title="urn:isbn:4-8402-2433-1">学校を出よう！２ I-My-Me</a>
          </li>
        </ol>
        <p>学校の階段はどういう方向に進めたいのかが謎い。ウチュウジンはあとがきが面白かった (謎)</p>
        <p>学校を出よう！って主人公が変わるんだね。２のほうが面白かった。というか時間ネタが好きなだけな気もする。いやでも実際面白かったのは時間ネタというより</p>
        <p>あと4冊</p>
      </div>
    </content>
  </entry>
</feed>
