application/json

をブラウザで開くようにしたいんだけど、どうすればいいのか。

by typester / at 2007-01-09T17:55:00 / life · firefox / Comment

2.0

さっき2.0rc3へアップデート通知が来たので自動アップデート。

もう普通に使えるなぁ。

by typester / at 2006-10-17T13:31:00 / firefox / Comment

うーん

#search-container { -moz-box-flex: 0 !important; width: 0px !important; max-width: 0px !important; min-width: 0px !important; }

#search-container input {
  width: 50px !important;
  max-width: 50px !important;
  min-width: 50px !important;
}

#search-container input:focus {
  width: 400px !important;
  max-width: 400px !important;
  min-width: 400px !important;
}

できNEEEE。kyoさん助けて><

何がやりたいかというと、いままではスマートキーワードでの検索を使っていて検索窓は使っていなかったので消していたんだけど、2.0からは検索窓でオートコンプリートが効くということなので使おうかと思って表示したらかなり邪魔。

検索するときだけ表示したい!

1.5のときは検索窓を消しているときにCtrl-Kとかすると検索窓だけのウィンドウが開いてそこで検索できたので、それ使えばいいかなとか思ったんだけど、なんか2.0だとこの機能なくなっちゃっててCtrl-K押すとスタートページに飛ばされるだけになっている。何だこの改悪。

というわけでフォーカスあるときだけ検索窓の幅広けられれば便利かなとか思って書いてみたのが上のCSS。

まぁうごかないわけですが。

なんだよー、2.0でもポップアプ出ろよー。

by typester / at 2006-09-27T20:59:00 / firefox / Comment

@-moz-document url-prefix('http://reader.livedoor.com/reader/') { #header, #menu, #footer, #ads_top, #ads_bottom { display: none !important; } }

by typester / at 2006-04-20T00:30:00 / web · firefox / Comment

30boxes 用 Quick Search

http://30boxes.com/index.php?action=newEvent&input=%s

これで、アドレスバーから直で予定入れられる。

by typester / at 2006-04-05T17:10:00 / firefox · web · 30boxes / Comment

coComment のブックマークレットのアイコンをfaviconに

coComment の favicon.ico を プロファイルディレクトリ\chrome\cocomment.ico とかで保存しといて以下を userChrome.css に追加。

/* CoComments! */
#personal-bookmarks toolbarbutton[statustext*='http://www.cocomment.com/'] {
    padding-left: 22px !important;
    background-image: url("cocomment.ico") !important;
    background-position: 2px 2px !important;
    background-repeat: no-repeat !important;
}
#personal-bookmarks toolbarbutton[statustext*='http://www.cocomment.com/'] > image {
    display: none !important;
}

cocomment bookmarklet

by typester / at 2006-02-08T05:41:00 / firefox / Comment

FireBug

バグレポート系のかと思って見ないでスルーしてたら、deliciousでもはてブでもホッテントリになってたので見てみたら全然違った。

by typester / at 2006-01-21T17:21:00 / firefox / Comment

複数起動WScript

えむもじらで紹介されてるような bat ファイルによる起動だとDOS窓がうざいので下記のようなWScriptで対処。

// firefox.js
var WshShell = WScript.CreateObject('WScript.Shell');
var WshEnv   = WshShell.Environment('PROCESS');

WshEnv('MOZ_NO_REMOTE') = 1;
WshShell.Run('"C:\\Program Files\\Firefox\\1.5\\firefox.exe" -p 1.5alternate');
by typester / at 2006-01-07T19:38:00 / firefox / Comment

複数Firefox

複数の Firefox を同時起動する - えむもじら

いまさら何いってんだとか思ったけど、メインのほうに MOZ_NO_REMOTE をセットしなければ通常通り関連付けでURLやファイル開けるのか。

by typester / at 2006-01-07T19:01:00 / firefox / Comment

Tab Preview

とか言うの入れてみて、一瞬便利かも! とかおもったけど邪魔なだけだった。

by typester / at 2005-12-01T21:58:00 / firefox / Comment

1 2 3

(Page 2 of 3)