MacBook Air 再インストール物語 第4回 「Firefox環境構築 〜最速ブラウジングとウェブ開発のために〜」
さて、再インストール物語もついに最終回です(たぶん)
最後はメインブラウザとなるFirefoxのカスタマイズを行います。
Greasemonkey
- もはや説明不要ですね。
- ユーザサイドスクリプトを指定したドメインやURLに対し適用することができます。
インストールするユーザスクリプト
- Minibuffer
- AutoPagerize
- LDRize
- ReblogCommand
- LDRize Mibuffer tumblr reblog command
- pasted script installer
- Utilities for livedoor Reader
Firebug
- これも説明不要ですねー
- 是非この記事も読んでみてください(Firefox3正式リリース後の展開が早すぎてすでに古めの情報になってしまっていますが)
Stylish
インストールするユーザスタイルシート
Vimperator
- Vimのキーバインドでブラウジング
- JavaScriptで簡単機能拡張
インストールするプラグイン
インストール方法
- Terminal.appを起動
- devディレクトリ作成
- codereposからチェックアウトする
- pluginディレクトリを作成
- cd
- mkdir .vimperator/plugin
- 上記のプラグインをコピー
cp ~/dev/coderepos/vimperator-plugins/trunk/direct_bookmark.js ./ cp ~/dev/coderepos/vimperator-plugins/trunk/feedSomeKeys.js ./ cp ~/dev/coderepos/vimperator-plugins/trunk/ime_controller.js ./ cp ~/dev/coderepos/vimperator-plugins/trunk/ldrize_cooperation.js ./ cp ~/dev/coderepos/vimperator-plugins/trunk/proxy.js ./ cp ~/dev/coderepos/vimperator-plugins/trunk/sbmcommentsviewer.js ./ cp ~/dev/coderepos/vimperator-plugins/trunk/twitter.js ./ cp ~/dev/coderepos/vimperator-plugins/trunk/twitterView.js ./
以上でセットアップは完了です!
さぁ、以上で全てのセットアップが完了しました!
素晴らしいMac生活を!