<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ゆーすけぶろぐ &#187; firefox</title>
	<atom:link href="http://yusukezzz.net/blog/archives/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://yusukezzz.net/blog</link>
	<description>yusukezzz&#039;s weblog... ぷろぐらむとか ruby, android, java, thinkpad, milestone2</description>
	<lastBuildDate>Sat, 10 Mar 2012 17:22:54 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pentadactyl に移行</title>
		<link>http://yusukezzz.net/blog/archives/2025</link>
		<comments>http://yusukezzz.net/blog/archives/2025#comments</comments>
		<pubDate>Tue, 22 Mar 2011 16:26:04 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://yusukezzz.net/blog/?p=2025</guid>
		<description><![CDATA[Firefox4が公開されたので早速入れました 自分は半分ぐらいのアドオンが未対応でしたが、Firebugとvimperatorが対応していたのでとりあえず最低限は使えそうです …が、vimperator3.0の挙動がお [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox4が公開されたので早速入れました<br />
自分は半分ぐらいのアドオンが未対応でしたが、Firebugとvimperatorが対応していたのでとりあえず最低限は使えそうです</p>
<p>…が、vimperator3.0の挙動がおかしくなったので見切りをつけ、Pentadactylに移行しました<br />
Pentadactylになってvimperatorで不満だった起動時のタブで動作しないという問題が解決しました<br />
（元々はアドオンの組み合わせが悪かったのかもしれませんが）</p>
<p>pentadactylrc の例</p>
<pre class="brush: plain; title: ; notranslate">
&quot; j/k でのスクロール幅を 1行 から 任意の量 に変更
map j &lt;C-d&gt;
map k &lt;C-u&gt;
&quot; a/s に戻るや進むを割り当て
map a &lt;A-Left&gt;
map s &lt;A-Right&gt;
&quot; h/l や ← → でタブ移動
map h gT
map l gt

inoremap &lt;C-h&gt; &lt;Left&gt;
inoremap &lt;C-j&gt; &lt;Down&gt;
inoremap &lt;C-k&gt; &lt;Up&gt;
inoremap &lt;C-l&gt; &lt;Right&gt;

&quot; コマンド入力時にIMEをOFF
style -name commandline-ime chrome://* #dactyl-commandline-command input {ime-mode: inactive;}

&quot; ヒントに使う文字
&quot; 10個にしておかないとキーの判定が狂います
set hintkeys=asdfghjkl;

&quot; 無視するURL
&quot; 全コマンド無効にする楽な書き方ないものか…
set passkeys+=mail.google.com:qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM;&lt;Space&gt;&lt;CR&gt;
set passkeys+=reader.livedoor.com:qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM;&lt;Space&gt;&lt;CR&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/2025/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vimperatorのcolorscheme</title>
		<link>http://yusukezzz.net/blog/archives/1823</link>
		<comments>http://yusukezzz.net/blog/archives/1823#comments</comments>
		<pubDate>Tue, 31 Aug 2010 17:35:30 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[vimperator]]></category>

		<guid isPermaLink="false">http://yusukezzz.net/blog/?p=1823</guid>
		<description><![CDATA[いい加減colorscheme使うかーと思ってdefault.vimpって名前で保存したら反映されなかった :colorscheme default とかコンソールから叩いても全く変わらない どうやらdefaultは予約 [...]]]></description>
			<content:encoded><![CDATA[<p>いい加減colorscheme使うかーと思ってdefault.vimpって名前で保存したら反映されなかった<br />
:colorscheme default<br />
とかコンソールから叩いても全く変わらない<br />
どうやらdefaultは予約語か何からしい<br />
エラーも何もないからしばらく気づかなかった…</p>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/1823/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vimperatorの不調</title>
		<link>http://yusukezzz.net/blog/archives/1606</link>
		<comments>http://yusukezzz.net/blog/archives/1606#comments</comments>
		<pubDate>Fri, 06 Nov 2009 07:12:28 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://yusukezzz.net/blog/archives/1606</guid>
		<description><![CDATA[Firefoxにvimperatorという、エディタのvimっぽい操作でブラウジング出来る拡張を入れているのですが、 Vistaでも入れたらメニューの進むや戻る、更新といったアイテムが無効になってしまいました； よくよく [...]]]></description>
			<content:encoded><![CDATA[<p>Firefoxにvimperatorという、エディタのvimっぽい操作でブラウジング出来る拡張を入れているのですが、<br />
Vistaでも入れたらメニューの進むや戻る、更新といったアイテムが無効になってしまいました；<br />
よくよく調べるとSkypeのWebFeature（電話番号とかをskypeと関連付けるｱﾚ）を削除したら元に戻りました…<br />
XPでは何とも無かったと思うのですが…<br />
とりあえず元に戻って良かったです</p>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/1606/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>firefoxで最後のタブを閉じてもwindowを閉じないようにする</title>
		<link>http://yusukezzz.net/blog/archives/1449</link>
		<comments>http://yusukezzz.net/blog/archives/1449#comments</comments>
		<pubDate>Wed, 08 Jul 2009 14:51:30 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://yusukezzz.net/blog/?p=1449</guid>
		<description><![CDATA[about:configで browser.tabs.closeWindowWithLastTabをfalseにします 同様の設定はaddonのTabMixPlusで行うことが出来ます]]></description>
			<content:encoded><![CDATA[<p>about:configで<br />
browser.tabs.closeWindowWithLastTabをfalseにします</p>
<p>同様の設定はaddonのTabMixPlusで行うことが出来ます</p>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/1449/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>firefoxで検索バーの結果を新規タブに開く</title>
		<link>http://yusukezzz.net/blog/archives/1446</link>
		<comments>http://yusukezzz.net/blog/archives/1446#comments</comments>
		<pubDate>Wed, 08 Jul 2009 07:20:15 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://yusukezzz.net/blog/archives/1446</guid>
		<description><![CDATA[about:configで、 browser.search.openintabをtrueにします セカンドサーチというaddonを入れると同様の設定を行うことが出来ます XUL Apps &#62; Second Sear [...]]]></description>
			<content:encoded><![CDATA[<p>about:configで、<br />
browser.search.openintabをtrueにします</p>
<p>セカンドサーチというaddonを入れると同様の設定を行うことが出来ます<br />
<a href="http://piro.sakura.ne.jp/xul/_secondsearch.html">XUL Apps &gt; Second Search &#8211; outsider reflex</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/1446/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox3.5RC2を試す</title>
		<link>http://yusukezzz.net/blog/archives/1428</link>
		<comments>http://yusukezzz.net/blog/archives/1428#comments</comments>
		<pubDate>Sun, 21 Jun 2009 06:41:08 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://yusukezzz.net/blog/archives/1428</guid>
		<description><![CDATA[＊RC2は3.0.*に上書きインストールとなるので注意 次世代ブラウザ Firefox &#8211; Firefox 3.5 リリース候補版 addonの対応が怖かったけど試してみました 結果、Nightly Test [...]]]></description>
			<content:encoded><![CDATA[<p><strong>＊RC2は3.0.*に上書きインストールとなるので注意</strong></p>
<p><a href="http://mozilla.jp/firefox/preview/" target="_blank">次世代ブラウザ Firefox &#8211; Firefox 3.5 リリース候補版</a></p>
<p>addonの対応が怖かったけど試してみました<br />
結果、<a href="https://addons.mozilla.org/ja/firefox/addon/6543" target="_blank">Nightly Tester Tools :: Firefox Add-ons</a>を入れれば割と普通に使えました<br />
ただし、TabMixPlusだけ挙動がおかしいです（使えないほどじゃない）</p>
<p>ブラウジングはあまり違いを感じませんが、起動と終了が速くなったように感じます<br />
今のところはクラッシュも無く、快適に使えています</p>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/1428/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LDR Full FeedでFC2やITmediaの画像を見れるようにする</title>
		<link>http://yusukezzz.net/blog/archives/1424</link>
		<comments>http://yusukezzz.net/blog/archives/1424#comments</comments>
		<pubDate>Sun, 21 Jun 2009 06:32:22 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://yusukezzz.net/blog/?p=1424</guid>
		<description><![CDATA[タイトルの2サイトはリファラーをチェックしていて、通常は実際にそのサイト上からの閲覧じゃないと画像が表示されません そこで下記サイトを参考にRefControlという拡張を入れてみました LDR Full Feedで画像 [...]]]></description>
			<content:encoded><![CDATA[<p>タイトルの2サイトはリファラーをチェックしていて、通常は実際にそのサイト上からの閲覧じゃないと画像が表示されません</p>
<p>そこで下記サイトを参考にRefControlという拡張を入れてみました<br />
<a href="http://d.hatena.ne.jp/toshi123/20080226/p1" target="_blank">LDR Full Feedで画像が表示されないときはrefControlを使おう。 &#8211; Muibrog</a></p>
<p>RefControlはこちら<br />
<a href="https://addons.mozilla.org/ja/firefox/addon/953" target="_blank">RefControl :: Firefox Add-ons</a></p>
<p>そして最初のサイト通りの設定を施すと…<br />
<div id="attachment_1425" class="wp-caption alignnone" style="width: 309px"><a href="http://yusukezzz.net/blog/wp-content/uploads/2009/06/fc2_image_referer_hack.png" rel="shadowbox[sbpost-1424];player=img;" title="fc2_image_referer_hack"><img src="http://yusukezzz.net/blog/wp-content/uploads/2009/06/fc2_image_referer_hack-299x227.png" alt="fc2_image_referer_hack" title="fc2_image_referer_hack" width="299" height="227" class="size-medium wp-image-1425" /></a><p class="wp-caption-text">fc2_image_referer_hack</p></div><br />
（FC2の場合）</p>
<p>もっと早くやっとけばよかった…</p>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/1424/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GreasemonkeyScript作るのに参考にしたサイト</title>
		<link>http://yusukezzz.net/blog/archives/1288</link>
		<comments>http://yusukezzz.net/blog/archives/1288#comments</comments>
		<pubDate>Mon, 13 Apr 2009 14:02:42 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://yusukezzz.dyndns.org/blog/?p=1288</guid>
		<description><![CDATA[LivedoorReaderに何かくっつけてXML HTTP Requestしたくなった 最速インターフェース研究会 :: livedoor Readerに何かくっつけるGreasemonkeyの書き方 いまさらだけどG [...]]]></description>
			<content:encoded><![CDATA[<p>LivedoorReaderに何かくっつけてXML HTTP Requestしたくなった</p>
<p><a href="http://la.ma.la/blog/diary_200610182325.htm" target="_blank">最速インターフェース研究会 :: livedoor Readerに何かくっつけるGreasemonkeyの書き方</a></p>
<p><a href="http://d.hatena.ne.jp/Cherenkov/20081206/p1" target="_blank">いまさらだけどGM_logの使い方。console.logも使えるようになった！ &#8211; Cherenkovの暗中模索にっき</a></p>
<p><a href="http://diveintogreasemonkey.org/api/gm_xmlhttprequest.html" target="_blank">GM_xmlhttpRequest [Dive Into Greasemonkey]</a></p>
<p><a href="http://www.sukechan.net/archives/tag/greasemonkey/page/2/" target="_blank">Greasemonkey &#8211; sukechan.net</a></p>
<p><a href="http://d.hatena.ne.jp/edvakf/20090319/1237479596" target="_blank">LDR/Fastladderで各記事を表示時に動的にアレコレする方法 &#8211; by edvakf in hatena</a></p>
<p><a href="http://www.ohmiyapatriots.com/blog/category/greasemonkey/" target="_blank">Greasemonkey</a></p>
<p><a href="http://wiki.greasespot.net/0.7.20080121.0_compatibility" target="_blank">0.7.20080121.0 compatibility &#8211; GreaseSpot</a></p>
<p>この辺見てLivedoorReaderのページからGM_xmlhttpRequestするところまでは出来た<br />
後はサーバでそれを受け取って処理すれば初期の構想は実現出来そうだ<br />
今度しっかりまとめたい</p>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/1288/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webを切り取ってスクラップ &#8211; Fire Clip -</title>
		<link>http://yusukezzz.net/blog/archives/1251</link>
		<comments>http://yusukezzz.net/blog/archives/1251#comments</comments>
		<pubDate>Fri, 27 Mar 2009 13:50:14 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://yusukezzz.dyndns.org/blog/archives/1251</guid>
		<description><![CDATA[IE8のWebSliceという機能がありますが、こっちの方が抜群に使いやすい気がします Fireclip :: Firefox Add-ons RSSでの情報入手に慣れてしまうとRSSを吐いていないコンテンツの更新を入手 [...]]]></description>
			<content:encoded><![CDATA[<p>IE8のWebSliceという機能がありますが、こっちの方が抜群に使いやすい気がします</p>
<p><a href="https://addons.mozilla.org/ja/firefox/addon/5850" taget="blank">Fireclip :: Firefox Add-ons</a></p>
<p>RSSでの情報入手に慣れてしまうとRSSを吐いていないコンテンツの更新を入手するための巡回が億劫になります<br />
そんな時にこいつでページの1部を切り取っておくと、その切り取った部分だけを表示・更新出来るようになります<br />
使い方は簡単でインストールしたらAlt+Q又はツールからFireclipを選択<br />
すると左側にパネルが現れるのでSelect Clipをクリックします<br />
その状態でページ内でカーソルを動かすと要素の上で背景が灰色になります<br />
そこでクリックすると灰色の矩形が出来、以後ウィンドウのようにドラッグで移動やリサイズ出来ます<br />
切り取りたい部分に矩形を移動したらダブルクリックでタイトルを付けて切り取れます<br />
その後はGalleryに切り取ったコンテンツが表示され、表示の度に更新がないか確認してくれます</p>
<p><div id="attachment_1250" class="wp-caption alignnone" style="width: 310px"><a href="http://yusukezzz.dyndns.org/blog/wp-content/uploads/2009/03/fireclip.png" rel="shadowbox[sbpost-1251];player=img;" title="fireclip"><img src="http://yusukezzz.dyndns.org/blog/wp-content/uploads/2009/03/fireclip-300x152.png" alt="fireclip" title="fireclip" width="300" height="152" class="size-medium wp-image-1250" /></a><p class="wp-caption-text">fireclip</p></div><br />
今はこんな感じ<br />
今日発売されたMicrosoftのBluetoothマウスの最安情報と先日取り上げたStacks pluginの最新verを取得しています</p>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/1251/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UbuntuにFlashPlayerをインストール</title>
		<link>http://yusukezzz.net/blog/archives/1139</link>
		<comments>http://yusukezzz.net/blog/archives/1139#comments</comments>
		<pubDate>Wed, 04 Mar 2009 20:41:45 +0000</pubDate>
		<dc:creator>yusukezzz</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://yusukezzz.dyndns.org/blog/archives/1139</guid>
		<description><![CDATA[今はrestricted extrasパッケージなんかで簡単にインストール出来ると思っていたのですが、甘かったです； FlashPlayerの安定版がver10になって、これまでのflashplugin-nonfreeと [...]]]></description>
			<content:encoded><![CDATA[<p>今はrestricted extrasパッケージなんかで簡単にインストール出来ると思っていたのですが、甘かったです；<br />
FlashPlayerの安定版がver10になって、これまでのflashplugin-nonfreeという名称ではなくなりました<br />
現在はaptではadobe-flashpluginという名前になっています…<br />
これをaptで入れるか、adobeから最新版のインストーラを入手してインストールすれば解決です<br />
Firefoxの再起動もお忘れなく！</p>
]]></content:encoded>
			<wfw:commentRss>http://yusukezzz.net/blog/archives/1139/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

